Html Css Color HEX #20CCF1 Deep Sky Blue

📋 copy color: '#20CCF1'

red 32 ◦ green 204 ◦ blue 241

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

Shades of Deep Sky Blue #20CCF1

Tints of Deep Sky Blue #20CCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 6.71%
G = 42.77%
B = 50.52%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20CCF1 (or 0x20CCF1) is known color: Deep Sky Blue. HEX triplet: 20, CC and F1. RGB value is (32,204,241). Sum of RGB (Red+Green+Blue) = 32+204+241=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #20CCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CCF1 is #DF330E. Grayscale: #9C9C9C. Windows color (decimal): -14627599 or 15846432. OLE color: 15846432.

HSL color Cylindrical-coordinate representation of color #20CCF1: hue angle of 190.62º degrees, saturation: 0.88, 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 #20CCF1 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 204 241 -
CMYK 0.87 0.15 0 0.05
HSL 190.62º 0.88% 0.54% -
HSV(B) 190.62º 0.87% 0.95% -
XYZ 38.07 49.84 90.83 -
YUV 156.79 175.52 38.99 -
System Red Green Blue C M Y K H S L
Decimal 32 204 241 0.87 0.15 0 0.05 190.62 0.88 0.54
Hex 20 CC F1 57 F 0 5 BF 58 36
Octal 40 314 361 127 17 0 5 277 130 66
Binary 100000 11001100 11110001 1010111 1111 0 101 10111111 1011000 110110

Color Harmonies of #20CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCF1

Black with #20CCF1

Text Example


Text Example

White with #20CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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