#48C6E3

Color #48C6E3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #48C6E3

Tints of Summer Sky #48C6E3

Color information

#48C6E3 (or 0x48C6E3) is unknown color: approx Summer Sky. HEX triplet: 48, C6 and E3. RGB value is (72,198,227). Sum of RGB (Red+Green+Blue) = 72+198+227=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #48C6E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C6E3 is #B7391C. Grayscale: #A3A3A3. Windows color (decimal): -12007709 or 14927432. OLE color: 14927432.

HSL color Cylindrical-coordinate representation of color #48C6E3: hue angle of 191.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C6E3 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB72198227-
CMYK0.680.1300.11
HSL191.23º73.46%58.63%-
HSV(B)191.23º68.28%89.02%-
XYZ36.7347.3179.87-
YUV163.63163.7662.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 14.49%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 227 (89.06% from 255) = 45.67%
R=14.49%
G=39.84%
B=45.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal721982270.680.1300.11191.2373.4658.63
Hex48C6E344D0Bbf493b
Octal1103063431041501327711173
Binary100100011000110111000111000100110101011101111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48C6E3; }

 p { color: rgb(72,198,227); }

 H1.HeaderClassName
 {
   color: #48C6E3;
 }
 .AnyTagClassName
 {
   color: #48C6E3;
 }
</style>
background-color css

<style>
 a { background-color: #48C6E3; }

 a { background-color: rgb(72,198,227); }

 div.DivClassName
 {
   background-color: #48C6E3;
 }
 .BgClassName
 {
   background-color: #48C6E3;
 }
</style>
border-color css

<style>
 span { border-color: #48C6E3; }

 span { border-color: rgb(72,198,227); }

 td.TdClassName
 {
   border-color: #48C6E3;
 }
 .TagClassName
 {
   border-color: #48C6E3;
 }
</style>