Html Css Color HEX #21BDF7 Deep Sky Blue

📋 copy color: '#21BDF7'

red 33 ◦ green 189 ◦ blue 247

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

Shades of Deep Sky Blue #21BDF7

Tints of Deep Sky Blue #21BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 7.04%
G = 40.3%
B = 52.67%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#21BDF7 (or 0x21BDF7) is known color: Deep Sky Blue. HEX triplet: 21, BD and F7. RGB value is (33,189,247). Sum of RGB (Red+Green+Blue) = 33+189+247=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #21BDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDF7 is #DE4208. Grayscale: #949494. Windows color (decimal): -14565897 or 16235809. OLE color: 16235809.

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

Color convert

RGB 33 189 247 -
CMYK 0.87 0.23 0 0.03
HSL 196.26º 0.93% 0.55% -
HSV(B) 196.26º 0.87% 0.97% -
XYZ 35.61 43.43 94.5 -
YUV 148.97 183.32 45.28 -
System Red Green Blue C M Y K H S L
Decimal 33 189 247 0.87 0.23 0 0.03 196.26 0.93 0.55
Hex 21 BD F7 57 17 0 3 C4 5D 37
Octal 41 275 367 127 27 0 3 304 135 67
Binary 100001 10111101 11110111 1010111 10111 0 11 11000100 1011101 110111

Color Harmonies of #21BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BDF7

Black with #21BDF7

Text Example


Text Example

White with #21BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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