#42C4EE

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

Shades of Summer Sky #42C4EE

Tints of Summer Sky #42C4EE

Color information

#42C4EE (or 0x42C4EE) is unknown color: approx Summer Sky. HEX triplet: 42, C4 and EE. RGB value is (66,196,238). Sum of RGB (Red+Green+Blue) = 66+196+238=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #42C4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C4EE is #BD3B11. Grayscale: #A1A1A1. Windows color (decimal): -12401426 or 15647810. OLE color: 15647810.

HSL color Cylindrical-coordinate representation of color #42C4EE: hue angle of 194.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C4EE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66196238-
CMYK0.720.1800.07
HSL194.65º83.5%59.61%-
HSV(B)194.65º72.27%93.33%-
XYZ37.4246.8187.95-
YUV161.92170.9359.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.2%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=13.2%
G=39.2%
B=47.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661962380.720.1800.07194.6583.559.61
Hex42C4EE481207c3533c
Octal102304356110220730312374
Binary100001011000100111011101001000100100111110000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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