Html Css Color HEX #20C8EE Deep Sky Blue

📋 copy color: '#20C8EE'

red 32 ◦ green 200 ◦ blue 238

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

Shades of Deep Sky Blue #20C8EE

Tints of Deep Sky Blue #20C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 6.81%
G = 42.55%
B = 50.64%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20C8EE (or 0x20C8EE) is known color: Deep Sky Blue. HEX triplet: 20, C8 and EE. RGB value is (32,200,238). Sum of RGB (Red+Green+Blue) = 32+200+238=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #20C8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C8EE is #DF3711. Grayscale: #999999. Windows color (decimal): -14628626 or 15648800. OLE color: 15648800.

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

Color convert

RGB 32 200 238 -
CMYK 0.87 0.16 0 0.07
HSL 191.07º 0.86% 0.53% -
HSV(B) 191.07º 0.87% 0.93% -
XYZ 36.68 47.79 88.18 -
YUV 154.1 175.34 40.91 -
System Red Green Blue C M Y K H S L
Decimal 32 200 238 0.87 0.16 0 0.07 191.07 0.86 0.53
Hex 20 C8 EE 57 10 0 7 BF 56 35
Octal 40 310 356 127 20 0 7 277 126 65
Binary 100000 11001000 11101110 1010111 10000 0 111 10111111 1010110 110101

Color Harmonies of #20C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C8EE

Black with #20C8EE

Text Example


Text Example

White with #20C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,200,238); }

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

background-color css

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

 a { background-color: rgb(32,200,238); }

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

border-color css

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

 span { border-color: rgb(32,200,238); }

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