Html Css Color HEX #21CCF7 Deep Sky Blue

📋 copy color: '#21CCF7'

red 33 ◦ green 204 ◦ blue 247

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

Shades of Deep Sky Blue #21CCF7

Tints of Deep Sky Blue #21CCF7

RGB

 RED value IS 33 (13.28% from 255) = 6.82%

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

 BLUE value IS 247 (96.88% from 255) = 51.03%

R = 6.82%
G = 42.15%
B = 51.03%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#21CCF7 (or 0x21CCF7) is known color: Deep Sky Blue. HEX triplet: 21, CC and F7. RGB value is (33,204,247). Sum of RGB (Red+Green+Blue) = 33+204+247=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #21CCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CCF7 is #DE3308. Grayscale: #9D9D9D. Windows color (decimal): -14562057 or 16239649. OLE color: 16239649.

HSL color Cylindrical-coordinate representation of color #21CCF7: hue angle of 192.06º degrees, saturation: 0.93, 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 #21CCF7 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 204 247 -
CMYK 0.87 0.17 0 0.03
HSL 192.06º 0.93% 0.55% -
HSV(B) 192.06º 0.87% 0.97% -
XYZ 39.01 50.22 95.63 -
YUV 157.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 33 204 247 0.87 0.17 0 0.03 192.06 0.93 0.55
Hex 21 CC F7 57 11 0 3 C0 5D 37
Octal 41 314 367 127 21 0 3 300 135 67
Binary 100001 11001100 11110111 1010111 10001 0 11 11000000 1011101 110111

Color Harmonies of #21CCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCF7

Black with #21CCF7

Text Example


Text Example

White with #21CCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CCF7; }

 p { color: rgb(33,204,247); }

 H1.HeaderClassName
 {
   color: #21CCF7;
 }
 .AnyTagClassName
 {
   color: #21CCF7;
 }
</style>

background-color css

<style>
 a { background-color: #21CCF7; }

 a { background-color: rgb(33,204,247); }

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

border-color css

<style>
 span { border-color: #21CCF7; }

 span { border-color: rgb(33,204,247); }

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