#42B4E8

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

Shades of Summer Sky #42B4E8

Tints of Summer Sky #42B4E8

Color information

#42B4E8 (or 0x42B4E8) is unknown color: approx Summer Sky. HEX triplet: 42, B4 and E8. RGB value is (66,180,232). Sum of RGB (Red+Green+Blue) = 66+180+232=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #42B4E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B4E8 is #BD4B17. Grayscale: #979797. Windows color (decimal): -12405528 or 15250498. OLE color: 15250498.

HSL color Cylindrical-coordinate representation of color #42B4E8: hue angle of 198.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42B4E8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB66180232-
CMYK0.720.2200.09
HSL198.8º78.3%58.43%-
HSV(B)198.8º71.55%90.98%-
XYZ33.1339.6382.25-
YUV151.84173.2366.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.81%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=13.81%
G=37.66%
B=48.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661802320.720.2200.09198.878.358.43
Hex42B4E8481609c74e3a
Octal1022643501102601130711672
Binary1000010101101001110100010010001011001001110001111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B4E8; }

 p { color: rgb(66,180,232); }

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

<style>
 a { background-color: #42B4E8; }

 a { background-color: rgb(66,180,232); }

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

<style>
 span { border-color: #42B4E8; }

 span { border-color: rgb(66,180,232); }

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