Html Css Color HEX #20ABED Summer Sky

📋 copy color: '#20ABED'

red 32 ◦ green 171 ◦ blue 237

#20ABED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #20ABED

Tints of Summer Sky #20ABED

RGB

 RED value IS 32 (12.89% from 255) = 7.27%

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 7.27%
G = 38.86%
B = 53.86%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20ABED (or 0x20ABED) is known color: Summer Sky. HEX triplet: 20, AB and ED. RGB value is (32,171,237). Sum of RGB (Red+Green+Blue) = 32+171+237=440 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.27% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #20ABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABED is #DF5412. Grayscale: #888888. Windows color (decimal): -14636051 or 15575840. OLE color: 15575840.

HSL color Cylindrical-coordinate representation of color #20ABED: hue angle of 199.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ABED is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 171 237 -
CMYK 0.86 0.28 0 0.07
HSL 199.32º 0.85% 0.53% -
HSV(B) 199.32º 0.86% 0.93% -
XYZ 30.44 35.55 85.38 -
YUV 136.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 32 171 237 0.86 0.28 0 0.07 199.32 0.85 0.53
Hex 20 AB ED 56 1C 0 7 C7 55 35
Octal 40 253 355 126 34 0 7 307 125 65
Binary 100000 10101011 11101101 1010110 11100 0 111 11000111 1010101 110101

Color Harmonies of #20ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABED

Black with #20ABED

Text Example


Text Example

White with #20ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20ABED;
 }
 .AnyTagClassName
 {
   color: #20ABED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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