Html Css Color HEX #20CEEF Deep Sky Blue

📋 copy color: '#20CEEF'

red 32 ◦ green 206 ◦ blue 239

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

Shades of Deep Sky Blue #20CEEF

Tints of Deep Sky Blue #20CEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 6.71%
G = 43.19%
B = 50.1%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#20CEEF (or 0x20CEEF) is known color: Deep Sky Blue. HEX triplet: 20, CE and EF. RGB value is (32,206,239). Sum of RGB (Red+Green+Blue) = 32+206+239=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #20CEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CEEF is #DF3110. Grayscale: #9D9D9D. Windows color (decimal): -14627089 or 15715872. OLE color: 15715872.

HSL color Cylindrical-coordinate representation of color #20CEEF: hue angle of 189.57º 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 #20CEEF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 206 239 -
CMYK 0.87 0.14 0 0.06
HSL 189.57º 0.87% 0.53% -
HSV(B) 189.57º 0.87% 0.94% -
XYZ 38.25 50.68 89.43 -
YUV 157.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 32 206 239 0.87 0.14 0 0.06 189.57 0.87 0.53
Hex 20 CE EF 57 E 0 6 BE 57 35
Octal 40 316 357 127 16 0 6 276 127 65
Binary 100000 11001110 11101111 1010111 1110 0 110 10111110 1010111 110101

Color Harmonies of #20CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEEF

Black with #20CEEF

Text Example


Text Example

White with #20CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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