#42D0FF

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

Shades of Summer Sky #42D0FF

Tints of Summer Sky #42D0FF

Color information

#42D0FF (or 0x42D0FF) is unknown color: approx Summer Sky. HEX triplet: 42, D0 and FF. RGB value is (66,208,255). Sum of RGB (Red+Green+Blue) = 66+208+255=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #42D0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D0FF is #BD2F00. Grayscale: #AAAAAA. Windows color (decimal): -12398337 or 16764994. OLE color: 16764994.

HSL color Cylindrical-coordinate representation of color #42D0FF: hue angle of 194.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D0FF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB66208255-
CMYK0.740.1800
HSL194.92º100%62.94%-
HSV(B)194.92º74.12%100%-
XYZ42.8553.49102.67-
YUV170.9175.4653.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.48%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 255 (100% from 255) = 48.20%
R=12.48%
G=39.32%
B=48.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662082550.740.1800194.9210062.94
Hex42D0FF4A1200c3643f
Octal102320377112220030314477
Binary1000010110100001111111110010101001000110000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,208,255); }

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

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

 a { background-color: rgb(66,208,255); }

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

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

 span { border-color: rgb(66,208,255); }

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