Html Css Color HEX #21BFF7 Deep Sky Blue

📋 copy color: '#21BFF7'

red 33 ◦ green 191 ◦ blue 247

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

Shades of Deep Sky Blue #21BFF7

Tints of Deep Sky Blue #21BFF7

RGB

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

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

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

R = 7.01%
G = 40.55%
B = 52.44%

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

#21BFF7 (or 0x21BFF7) is known color: Deep Sky Blue. HEX triplet: 21, BF and F7. RGB value is (33,191,247). Sum of RGB (Red+Green+Blue) = 33+191+247=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #21BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFF7 is #DE4008. Grayscale: #959595. Windows color (decimal): -14565385 or 16236321. OLE color: 16236321.

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

Color convert

RGB 33 191 247 -
CMYK 0.87 0.23 0 0.03
HSL 195.7º 0.93% 0.55% -
HSV(B) 195.7º 0.87% 0.97% -
XYZ 36.05 44.3 94.65 -
YUV 150.14 182.65 44.45 -
System Red Green Blue C M Y K H S L
Decimal 33 191 247 0.87 0.23 0 0.03 195.7 0.93 0.55
Hex 21 BF F7 57 17 0 3 C4 5D 37
Octal 41 277 367 127 27 0 3 304 135 67
Binary 100001 10111111 11110111 1010111 10111 0 11 11000100 1011101 110111

Color Harmonies of #21BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BFF7

Black with #21BFF7

Text Example


Text Example

White with #21BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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