Html Css Color HEX #20CFEF Deep Sky Blue

📋 copy color: '#20CFEF'

red 32 ◦ green 207 ◦ blue 239

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

Shades of Deep Sky Blue #20CFEF

Tints of Deep Sky Blue #20CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

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

R = 6.69%
G = 43.31%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#20CFEF (or 0x20CFEF) is known color: Deep Sky Blue. HEX triplet: 20, CF and EF. RGB value is (32,207,239). Sum of RGB (Red+Green+Blue) = 32+207+239=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #20CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFEF is #DF3010. Grayscale: #9E9E9E. Windows color (decimal): -14626833 or 15716128. OLE color: 15716128.

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

Color convert

RGB 32 207 239 -
CMYK 0.87 0.13 0 0.06
HSL 189.28º 0.87% 0.53% -
HSV(B) 189.28º 0.87% 0.94% -
XYZ 38.49 51.16 89.51 -
YUV 158.32 173.52 37.9 -
System Red Green Blue C M Y K H S L
Decimal 32 207 239 0.87 0.13 0 0.06 189.28 0.87 0.53
Hex 20 CF EF 57 D 0 6 BD 57 35
Octal 40 317 357 127 15 0 6 275 127 65
Binary 100000 11001111 11101111 1010111 1101 0 110 10111101 1010111 110101

Color Harmonies of #20CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFEF

Black with #20CFEF

Text Example


Text Example

White with #20CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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