#42BDDE

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

Shades of Summer Sky #42BDDE

Tints of Summer Sky #42BDDE

Color information

#42BDDE (or 0x42BDDE) is unknown color: approx Summer Sky. HEX triplet: 42, BD and DE. RGB value is (66,189,222). Sum of RGB (Red+Green+Blue) = 66+189+222=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #42BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDDE is #BD4221. Grayscale: #9B9B9B. Windows color (decimal): -12403234 or 14597442. OLE color: 14597442.

HSL color Cylindrical-coordinate representation of color #42BDDE: hue angle of 192.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BDDE is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66189222-
CMYK0.700.1500.13
HSL192.69º70.27%56.47%-
HSV(B)192.69º70.27%87.06%-
XYZ33.6342.8375.6-
YUV155.98165.2563.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.84%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=13.84%
G=39.62%
B=46.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661892220.700.1500.13192.6970.2756.47
Hex42BDDE46F0Dc14638
Octal1022753361061701530110670
Binary100001010111101110111101000110111101101110000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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