Html Css Color HEX #21BBFC Deep Sky Blue

📋 copy color: '#21BBFC'

red 33 ◦ green 187 ◦ blue 252

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

Shades of Deep Sky Blue #21BBFC

Tints of Deep Sky Blue #21BBFC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 252 (98.83% from 255) = 53.39%

R = 6.99%
G = 39.62%
B = 53.39%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#21BBFC (or 0x21BBFC) is known color: Deep Sky Blue. HEX triplet: 21, BB and FC. RGB value is (33,187,252). Sum of RGB (Red+Green+Blue) = 33+187+252=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #21BBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBFC is #DE4403. Grayscale: #939393. Windows color (decimal): -14566404 or 16562977. OLE color: 16562977.

HSL color Cylindrical-coordinate representation of color #21BBFC: hue angle of 197.81º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21BBFC is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 187 252 -
CMYK 0.87 0.26 0 0.01
HSL 197.81º 0.97% 0.56% -
HSV(B) 197.81º 0.87% 0.99% -
XYZ 35.97 42.89 98.48 -
YUV 148.36 186.48 45.71 -
System Red Green Blue C M Y K H S L
Decimal 33 187 252 0.87 0.26 0 0.01 197.81 0.97 0.56
Hex 21 BB FC 57 1A 0 1 C6 61 38
Octal 41 273 374 127 32 0 1 306 141 70
Binary 100001 10111011 11111100 1010111 11010 0 1 11000110 1100001 111000

Color Harmonies of #21BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBFC

Black with #21BBFC

Text Example


Text Example

White with #21BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,187,252); }

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

background-color css

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

 a { background-color: rgb(33,187,252); }

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

border-color css

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

 span { border-color: rgb(33,187,252); }

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