Html Css Color HEX #21BDFB Deep Sky Blue

📋 copy color: '#21BDFB'

red 33 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #21BDFB

Tints of Deep Sky Blue #21BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 6.98%
G = 39.96%
B = 53.07%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21BDFB (or 0x21BDFB) is known color: Deep Sky Blue. HEX triplet: 21, BD and FB. RGB value is (33,189,251). Sum of RGB (Red+Green+Blue) = 33+189+251=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #21BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDFB is #DE4204. Grayscale: #959595. Windows color (decimal): -14565893 or 16497953. OLE color: 16497953.

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

Color convert

RGB 33 189 251 -
CMYK 0.87 0.25 0 0.02
HSL 197.06º 0.96% 0.56% -
HSV(B) 197.06º 0.87% 0.98% -
XYZ 36.24 43.68 97.79 -
YUV 149.42 185.32 44.96 -
System Red Green Blue C M Y K H S L
Decimal 33 189 251 0.87 0.25 0 0.02 197.06 0.96 0.56
Hex 21 BD FB 57 19 0 2 C5 60 38
Octal 41 275 373 127 31 0 2 305 140 70
Binary 100001 10111101 11111011 1010111 11001 0 10 11000101 1100000 111000

Color Harmonies of #21BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDFB

Black with #21BDFB

Text Example


Text Example

White with #21BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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