#42CEF0

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

Shades of Summer Sky #42CEF0

Tints of Summer Sky #42CEF0

Color information

#42CEF0 (or 0x42CEF0) is unknown color: approx Summer Sky. HEX triplet: 42, CE and F0. RGB value is (66,206,240). Sum of RGB (Red+Green+Blue) = 66+206+240=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #42CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CEF0 is #BD310F. Grayscale: #A7A7A7. Windows color (decimal): -12398864 or 15781442. OLE color: 15781442.

HSL color Cylindrical-coordinate representation of color #42CEF0: hue angle of 191.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CEF0 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66206240-
CMYK0.720.1400.06
HSL191.72º85.29%60%-
HSV(B)191.72º72.5%94.12%-
XYZ40.0551.5990.29-
YUV168.02168.6255.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.89%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 240 (94.14% from 255) = 46.88%
R=12.89%
G=40.23%
B=46.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662062400.720.1400.06191.7285.2960
Hex42CEF048E06c0553c
Octal102316360110160630012574
Binary10000101100111011110000100100011100110110000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,206,240); }

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

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

 a { background-color: rgb(66,206,240); }

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

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

 span { border-color: rgb(66,206,240); }

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