#20ABEF

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

Shades of Summer Sky #20ABEF

Tints of Summer Sky #20ABEF

Color information

#20ABEF (or 0x20ABEF) is unknown color: approx Summer Sky. HEX triplet: 20, AB and EF. RGB value is (32,171,239). Sum of RGB (Red+Green+Blue) = 32+171+239=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #20ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABEF is #DF5410. Grayscale: #888888. Windows color (decimal): -14636049 or 15706912. OLE color: 15706912.

HSL color Cylindrical-coordinate representation of color #20ABEF: hue angle of 199.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ABEF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32171239-
CMYK0.870.2800.06
HSL199.71º86.61%53.14%-
HSV(B)199.71º86.61%93.73%-
XYZ30.7435.6686.93-
YUV137.19185.4552.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.24%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=7.24%
G=38.69%
B=54.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321712390.870.2800.06199.7186.6153.14
Hex20ABEF571C06c85735
Octal40253357127340631012765
Binary10000010101011111011111010111111000110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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