Html Css Color HEX #21CAF8 Deep Sky Blue

📋 copy color: '#21CAF8'

red 33 ◦ green 202 ◦ blue 248

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

Shades of Deep Sky Blue #21CAF8

Tints of Deep Sky Blue #21CAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 6.83%
G = 41.82%
B = 51.35%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#21CAF8 (or 0x21CAF8) is known color: Deep Sky Blue. HEX triplet: 21, CA and F8. RGB value is (33,202,248). Sum of RGB (Red+Green+Blue) = 33+202+248=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #21CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CAF8 is #DE3507. Grayscale: #9C9C9C. Windows color (decimal): -14562568 or 16304673. OLE color: 16304673.

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

Color convert

RGB 33 202 248 -
CMYK 0.87 0.19 0 0.03
HSL 192.84º 0.94% 0.55% -
HSV(B) 192.84º 0.87% 0.97% -
XYZ 38.69 49.34 96.29 -
YUV 156.71 179.51 39.76 -
System Red Green Blue C M Y K H S L
Decimal 33 202 248 0.87 0.19 0 0.03 192.84 0.94 0.55
Hex 21 CA F8 57 13 0 3 C1 5E 37
Octal 41 312 370 127 23 0 3 301 136 67
Binary 100001 11001010 11111000 1010111 10011 0 11 11000001 1011110 110111

Color Harmonies of #21CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CAF8

Black with #21CAF8

Text Example


Text Example

White with #21CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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