Html Css Color HEX #21BDFE Deep Sky Blue

📋 copy color: '#21BDFE'

red 33 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #21BDFE

Tints of Deep Sky Blue #21BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.71%

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

R = 6.93%
G = 39.71%
B = 53.36%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#21BDFE (or 0x21BDFE) is known color: Deep Sky Blue. HEX triplet: 21, BD and FE. RGB value is (33,189,254). Sum of RGB (Red+Green+Blue) = 33+189+254=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #21BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDFE is #DE4201. Grayscale: #959595. Windows color (decimal): -14565890 or 16694561. OLE color: 16694561.

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

Color convert

RGB 33 189 254 -
CMYK 0.87 0.26 0 0.00
HSL 197.65º 0.99% 0.56% -
HSV(B) 197.65º 0.87% 1% -
XYZ 36.71 43.87 100.3 -
YUV 149.77 186.82 44.71 -
System Red Green Blue C M Y K H S L
Decimal 33 189 254 0.87 0.26 0 0.00 197.65 0.99 0.56
Hex 21 BD FE 57 1A 0 0 C6 63 38
Octal 41 275 376 127 32 0 0 306 143 70
Binary 100001 10111101 11111110 1010111 11010 0 0 11000110 1100011 111000

Color Harmonies of #21BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDFE

Black with #21BDFE

Text Example


Text Example

White with #21BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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