#42ABEF

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

Shades of Summer Sky #42ABEF

Tints of Summer Sky #42ABEF

Color information

#42ABEF (or 0x42ABEF) is unknown color: approx Summer Sky. HEX triplet: 42, AB and EF. RGB value is (66,171,239). Sum of RGB (Red+Green+Blue) = 66+171+239=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #42ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABEF is #BD5410. Grayscale: #929292. Windows color (decimal): -12407825 or 15706946. OLE color: 15706946.

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

Color convert

RGB66171239-
CMYK0.720.2800.06
HSL203.58º84.39%59.8%-
HSV(B)203.58º72.38%93.73%-
XYZ32.3936.5287-
YUV147.36179.7169.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.87%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=13.87%
G=35.92%
B=50.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661712390.720.2800.06203.5884.3959.8
Hex42ABEF481C06cc543c
Octal102253357110340631412474
Binary100001010101011111011111001000111000110110011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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