Html Css Color HEX #21BFFE Deep Sky Blue

📋 copy color: '#21BFFE'

red 33 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #21BFFE

Tints of Deep Sky Blue #21BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 6.9%
G = 39.96%
B = 53.14%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#21BFFE (or 0x21BFFE) is known color: Deep Sky Blue. HEX triplet: 21, BF and FE. RGB value is (33,191,254). Sum of RGB (Red+Green+Blue) = 33+191+254=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #21BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFFE is #DE4001. Grayscale: #969696. Windows color (decimal): -14565378 or 16695073. OLE color: 16695073.

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

Color convert

RGB 33 191 254 -
CMYK 0.87 0.25 0 0.00
HSL 197.1º 0.99% 0.56% -
HSV(B) 197.1º 0.87% 1% -
XYZ 37.15 44.74 100.44 -
YUV 150.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 33 191 254 0.87 0.25 0 0.00 197.1 0.99 0.56
Hex 21 BF FE 57 19 0 0 C5 63 38
Octal 41 277 376 127 31 0 0 305 143 70
Binary 100001 10111111 11111110 1010111 11001 0 0 11000101 1100011 111000

Color Harmonies of #21BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BFFE

Black with #21BFFE

Text Example


Text Example

White with #21BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,191,254); }

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

background-color css

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

 a { background-color: rgb(33,191,254); }

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

border-color css

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

 span { border-color: rgb(33,191,254); }

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