#42B3EC

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

Shades of Summer Sky #42B3EC

Tints of Summer Sky #42B3EC

Color information

#42B3EC (or 0x42B3EC) is unknown color: approx Summer Sky. HEX triplet: 42, B3 and EC. RGB value is (66,179,236). Sum of RGB (Red+Green+Blue) = 66+179+236=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #42B3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42B3EC is #BD4C13. Grayscale: #979797. Windows color (decimal): -12405780 or 15512386. OLE color: 15512386.

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

Color convert

RGB66179236-
CMYK0.720.2400.07
HSL200.12º81.73%59.22%-
HSV(B)200.12º72.03%92.55%-
XYZ33.5139.4585.21-
YUV151.71175.5666.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.72%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=13.72%
G=37.21%
B=49.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661792360.720.2400.07200.1281.7359.22
Hex42B3EC481807c8523b
Octal102263354110300731012273
Binary100001010110011111011001001000110000111110010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,179,236); }

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

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

 a { background-color: rgb(66,179,236); }

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

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

 span { border-color: rgb(66,179,236); }

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