#42C3DE

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

Shades of Summer Sky #42C3DE

Tints of Summer Sky #42C3DE

Color information

#42C3DE (or 0x42C3DE) is unknown color: approx Summer Sky. HEX triplet: 42, C3 and DE. RGB value is (66,195,222). Sum of RGB (Red+Green+Blue) = 66+195+222=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #42C3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C3DE is #BD3C21. Grayscale: #9F9F9F. Windows color (decimal): -12401698 or 14598978. OLE color: 14598978.

HSL color Cylindrical-coordinate representation of color #42C3DE: hue angle of 190.38º 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 #42C3DE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66195222-
CMYK0.700.1200.13
HSL190.38º70.27%56.47%-
HSV(B)190.38º70.27%87.06%-
XYZ34.9545.4676.04-
YUV159.51163.2661.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.66%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=13.66%
G=40.37%
B=45.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661952220.700.1200.13190.3870.2756.47
Hex42C3DE46C0Dbe4638
Octal1023033361061401527610670
Binary100001011000011110111101000110110001101101111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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