#42B0EF

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

Shades of Summer Sky #42B0EF

Tints of Summer Sky #42B0EF

Color information

#42B0EF (or 0x42B0EF) is unknown color: approx Summer Sky. HEX triplet: 42, B0 and EF. RGB value is (66,176,239). Sum of RGB (Red+Green+Blue) = 66+176+239=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #42B0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0EF is #BD4F10. Grayscale: #959595. Windows color (decimal): -12406545 or 15708226. OLE color: 15708226.

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

Color convert

RGB66176239-
CMYK0.720.2600.06
HSL201.85º84.39%59.8%-
HSV(B)201.85º72.38%93.73%-
XYZ33.3538.4487.32-
YUV150.29178.0667.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.72%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 239 (93.75% from 255) = 49.69%
R=13.72%
G=36.59%
B=49.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661762390.720.2600.06201.8584.3959.8
Hex42B0EF481A06ca543c
Octal102260357110320631212474
Binary100001010110000111011111001000110100110110010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,239); }

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

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

 a { background-color: rgb(66,176,239); }

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

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

 span { border-color: rgb(66,176,239); }

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