#42C4DD

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

Shades of Summer Sky #42C4DD

Tints of Summer Sky #42C4DD

Color information

#42C4DD (or 0x42C4DD) is unknown color: approx Summer Sky. HEX triplet: 42, C4 and DD. RGB value is (66,196,221). Sum of RGB (Red+Green+Blue) = 66+196+221=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #42C4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C4DD is #BD3B22. Grayscale: #9F9F9F. Windows color (decimal): -12401443 or 14533698. OLE color: 14533698.

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

Color convert

RGB66196221-
CMYK0.700.1100.13
HSL189.68º69.51%56.27%-
HSV(B)189.68º70.14%86.67%-
XYZ35.0445.8675.41-
YUV159.98162.4360.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.66%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=13.66%
G=40.58%
B=45.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661962210.700.1100.13189.6869.5156.27
Hex42C4DD46B0Dbe4638
Octal1023043351061301527610670
Binary100001011000100110111011000110101101101101111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,221); }

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

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

 a { background-color: rgb(66,196,221); }

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

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

 span { border-color: rgb(66,196,221); }

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