#42CAF7

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

Shades of Summer Sky #42CAF7

Tints of Summer Sky #42CAF7

Color information

#42CAF7 (or 0x42CAF7) is unknown color: approx Summer Sky. HEX triplet: 42, CA and F7. RGB value is (66,202,247). Sum of RGB (Red+Green+Blue) = 66+202+247=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #42CAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CAF7 is #BD3508. Grayscale: #A6A6A6. Windows color (decimal): -12399881 or 16239170. OLE color: 16239170.

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

Color convert

RGB66202247-
CMYK0.730.1800.03
HSL194.92º91.88%61.37%-
HSV(B)194.92º73.28%96.86%-
XYZ40.1650.1195.55-
YUV166.47173.4456.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.82%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 247 (96.88% from 255) = 47.96%
R=12.82%
G=39.22%
B=47.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal662022470.730.1800.03194.9291.8861.37
Hex42CAF7491203c35c3d
Octal102312367111220330313475
Binary10000101100101011110111100100110010011110000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,202,247); }

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

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

 a { background-color: rgb(66,202,247); }

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

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

 span { border-color: rgb(66,202,247); }

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