Html Css Color HEX #20CCF2 Deep Sky Blue

📋 copy color: '#20CCF2'

red 32 ◦ green 204 ◦ blue 242

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

Shades of Deep Sky Blue #20CCF2

Tints of Deep Sky Blue #20CCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 6.69%
G = 42.68%
B = 50.63%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20CCF2 (or 0x20CCF2) is known color: Deep Sky Blue. HEX triplet: 20, CC and F2. RGB value is (32,204,242). Sum of RGB (Red+Green+Blue) = 32+204+242=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #20CCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCF2 is #DF330D. Grayscale: #9C9C9C. Windows color (decimal): -14627598 or 15911968. OLE color: 15911968.

HSL color Cylindrical-coordinate representation of color #20CCF2: hue angle of 190.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CCF2 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 204 242 -
CMYK 0.87 0.16 0 0.05
HSL 190.86º 0.89% 0.54% -
HSV(B) 190.86º 0.87% 0.95% -
XYZ 38.22 49.9 91.62 -
YUV 156.9 176.02 38.91 -
System Red Green Blue C M Y K H S L
Decimal 32 204 242 0.87 0.16 0 0.05 190.86 0.89 0.54
Hex 20 CC F2 57 10 0 5 BF 59 36
Octal 40 314 362 127 20 0 5 277 131 66
Binary 100000 11001100 11110010 1010111 10000 0 101 10111111 1011001 110110

Color Harmonies of #20CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCF2

Black with #20CCF2

Text Example


Text Example

White with #20CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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