Html Css Color HEX #20B0CE Summer Sky

📋 copy color: '#20B0CE'

red 32 ◦ green 176 ◦ blue 206

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

Shades of Summer Sky #20B0CE

Tints of Summer Sky #20B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 7.73%
G = 42.51%
B = 49.76%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20B0CE (or 0x20B0CE) is known color: Summer Sky. HEX triplet: 20, B0 and CE. RGB value is (32,176,206). Sum of RGB (Red+Green+Blue) = 32+176+206=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #20B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0CE is #DF4F31. Grayscale: #888888. Windows color (decimal): -14634802 or 13545504. OLE color: 13545504.

HSL color Cylindrical-coordinate representation of color #20B0CE: hue angle of 190.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B0CE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 176 206 -
CMYK 0.84 0.15 0 0.19
HSL 190.34º 0.73% 0.47% -
HSV(B) 190.34º 0.84% 0.81% -
XYZ 27.26 35.81 63.87 -
YUV 136.36 167.29 53.56 -
System Red Green Blue C M Y K H S L
Decimal 32 176 206 0.84 0.15 0 0.19 190.34 0.73 0.47
Hex 20 B0 CE 54 F 0 13 BE 49 2F
Octal 40 260 316 124 17 0 23 276 111 57
Binary 100000 10110000 11001110 1010100 1111 0 10011 10111110 1001001 101111

Color Harmonies of #20B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B0CE

Black with #20B0CE

Text Example


Text Example

White with #20B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,176,206); }

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

background-color css

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

 a { background-color: rgb(32,176,206); }

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

border-color css

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

 span { border-color: rgb(32,176,206); }

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