Html Css Color HEX #20CFFE Deep Sky Blue

📋 copy color: '#20CFFE'

red 32 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #20CFFE

Tints of Deep Sky Blue #20CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 6.49%
G = 41.99%
B = 51.52%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20CFFE (or 0x20CFFE) is known color: Deep Sky Blue. HEX triplet: 20, CF and FE. RGB value is (32,207,254). Sum of RGB (Red+Green+Blue) = 32+207+254=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #20CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CFFE is #DF3001. Grayscale: #9F9F9F. Windows color (decimal): -14626818 or 16699168. OLE color: 16699168.

HSL color Cylindrical-coordinate representation of color #20CFFE: hue angle of 192.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CFFE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 207 254 -
CMYK 0.87 0.19 0 0.00
HSL 192.7º 0.99% 0.56% -
HSV(B) 192.7º 0.87% 1% -
XYZ 40.8 52.09 101.67 -
YUV 160.03 181.02 36.68 -
System Red Green Blue C M Y K H S L
Decimal 32 207 254 0.87 0.19 0 0.00 192.7 0.99 0.56
Hex 20 CF FE 57 13 0 0 C1 63 38
Octal 40 317 376 127 23 0 0 301 143 70
Binary 100000 11001111 11111110 1010111 10011 0 0 11000001 1100011 111000

Color Harmonies of #20CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFFE

Black with #20CFFE

Text Example


Text Example

White with #20CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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