Html Css Color HEX #20CCF8 Deep Sky Blue

📋 copy color: '#20CCF8'

red 32 ◦ green 204 ◦ blue 248

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

Shades of Deep Sky Blue #20CCF8

Tints of Deep Sky Blue #20CCF8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 6.61%
G = 42.15%
B = 51.24%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#20CCF8 (or 0x20CCF8) is known color: Deep Sky Blue. HEX triplet: 20, CC and F8. RGB value is (32,204,248). Sum of RGB (Red+Green+Blue) = 32+204+248=484 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.61% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #20CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCF8 is #DF3307. Grayscale: #9D9D9D. Windows color (decimal): -14627592 or 16305184. OLE color: 16305184.

HSL color Cylindrical-coordinate representation of color #20CCF8: hue angle of 192.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CCF8 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 204 248 -
CMYK 0.87 0.18 0 0.03
HSL 192.22º 0.94% 0.55% -
HSV(B) 192.22º 0.87% 0.97% -
XYZ 39.13 50.27 96.45 -
YUV 157.59 179.02 38.42 -
System Red Green Blue C M Y K H S L
Decimal 32 204 248 0.87 0.18 0 0.03 192.22 0.94 0.55
Hex 20 CC F8 57 12 0 3 C0 5E 37
Octal 40 314 370 127 22 0 3 300 136 67
Binary 100000 11001100 11111000 1010111 10010 0 11 11000000 1011110 110111

Color Harmonies of #20CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCF8

Black with #20CCF8

Text Example


Text Example

White with #20CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,204,248); }

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

background-color css

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

 a { background-color: rgb(32,204,248); }

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

border-color css

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

 span { border-color: rgb(32,204,248); }

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