#42C6EB

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

Shades of Summer Sky #42C6EB

Tints of Summer Sky #42C6EB

Color information

#42C6EB (or 0x42C6EB) is unknown color: approx Summer Sky. HEX triplet: 42, C6 and EB. RGB value is (66,198,235). Sum of RGB (Red+Green+Blue) = 66+198+235=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #42C6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42C6EB is #BD3914. Grayscale: #A2A2A2. Windows color (decimal): -12400917 or 15451714. OLE color: 15451714.

HSL color Cylindrical-coordinate representation of color #42C6EB: hue angle of 193.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42C6EB is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66198235-
CMYK0.720.1600.08
HSL193.14º80.86%59.02%-
HSV(B)193.14º71.91%92.16%-
XYZ37.4447.5485.8-
YUV162.75168.7758.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.23%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=13.23%
G=39.68%
B=47.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal661982350.720.1600.08193.1480.8659.02
Hex42C6EB481008c1513b
Octal1023063531102001030112173
Binary1000010110001101110101110010001000001000110000011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,198,235); }

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

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

 a { background-color: rgb(66,198,235); }

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

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

 span { border-color: rgb(66,198,235); }

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