Html Css Color HEX #21CCF8 Deep Sky Blue

📋 copy color: '#21CCF8'

red 33 ◦ green 204 ◦ blue 248

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

Shades of Deep Sky Blue #21CCF8

Tints of Deep Sky Blue #21CCF8

RGB

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

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

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

R = 6.8%
G = 42.06%
B = 51.13%

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

#21CCF8 (or 0x21CCF8) is known color: Deep Sky Blue. HEX triplet: 21, CC and F8. RGB value is (33,204,248). Sum of RGB (Red+Green+Blue) = 33+204+248=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #21CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CCF8 is #DE3307. Grayscale: #9D9D9D. Windows color (decimal): -14562056 or 16305185. OLE color: 16305185.

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

Color convert

RGB 33 204 248 -
CMYK 0.87 0.18 0 0.03
HSL 192.28º 0.94% 0.55% -
HSV(B) 192.28º 0.87% 0.97% -
XYZ 39.16 50.29 96.45 -
YUV 157.89 178.85 38.92 -
System Red Green Blue C M Y K H S L
Decimal 33 204 248 0.87 0.18 0 0.03 192.28 0.94 0.55
Hex 21 CC F8 57 12 0 3 C0 5E 37
Octal 41 314 370 127 22 0 3 300 136 67
Binary 100001 11001100 11111000 1010111 10010 0 11 11000000 1011110 110111

Color Harmonies of #21CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCF8

Black with #21CCF8

Text Example


Text Example

White with #21CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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