#42B0EE

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

Shades of Summer Sky #42B0EE

Tints of Summer Sky #42B0EE

Color information

#42B0EE (or 0x42B0EE) is unknown color: approx Summer Sky. HEX triplet: 42, B0 and EE. RGB value is (66,176,238). Sum of RGB (Red+Green+Blue) = 66+176+238=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #42B0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42B0EE is #BD4F11. Grayscale: #959595. Windows color (decimal): -12406546 or 15642690. OLE color: 15642690.

HSL color Cylindrical-coordinate representation of color #42B0EE: hue angle of 201.63º 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 #42B0EE is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66176238-
CMYK0.720.2600.07
HSL201.63º83.5%59.61%-
HSV(B)201.63º72.27%93.33%-
XYZ33.238.3886.55-
YUV150.18177.5667.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.75%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 238 (93.36% from 255) = 49.58%
R=13.75%
G=36.67%
B=49.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal661762380.720.2600.07201.6383.559.61
Hex42B0EE481A07ca533c
Octal102260356110320731212374
Binary100001010110000111011101001000110100111110010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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