#42BDE9

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

Shades of Summer Sky #42BDE9

Tints of Summer Sky #42BDE9

Color information

#42BDE9 (or 0x42BDE9) is unknown color: approx Summer Sky. HEX triplet: 42, BD and E9. RGB value is (66,189,233). Sum of RGB (Red+Green+Blue) = 66+189+233=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #42BDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDE9 is #BD4216. Grayscale: #9C9C9C. Windows color (decimal): -12403223 or 15318338. OLE color: 15318338.

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

Color convert

RGB66189233-
CMYK0.720.1900.09
HSL195.81º79.15%58.63%-
HSV(B)195.81º71.67%91.37%-
XYZ35.1543.4483.62-
YUV157.24170.7562.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.52%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=13.52%
G=38.73%
B=47.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal661892330.720.1900.09195.8179.1558.63
Hex42BDE9481309c44f3b
Octal1022753511102301130411773
Binary1000010101111011110100110010001001101001110001001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,189,233); }

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

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

 a { background-color: rgb(66,189,233); }

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

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

 span { border-color: rgb(66,189,233); }

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