Html Css Color HEX #21BAFA Deep Sky Blue

📋 copy color: '#21BAFA'

red 33 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #21BAFA

Tints of Deep Sky Blue #21BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 7.04%
G = 39.66%
B = 53.3%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21BAFA (or 0x21BAFA) is known color: Deep Sky Blue. HEX triplet: 21, BA and FA. RGB value is (33,186,250). Sum of RGB (Red+Green+Blue) = 33+186+250=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #21BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BAFA is #DE4505. Grayscale: #939393. Windows color (decimal): -14566662 or 16431649. OLE color: 16431649.

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

Color convert

RGB 33 186 250 -
CMYK 0.87 0.26 0 0.02
HSL 197.7º 0.96% 0.55% -
HSV(B) 197.7º 0.87% 0.98% -
XYZ 35.44 42.34 96.75 -
YUV 147.55 185.81 46.3 -
System Red Green Blue C M Y K H S L
Decimal 33 186 250 0.87 0.26 0 0.02 197.7 0.96 0.55
Hex 21 BA FA 57 1A 0 2 C6 60 37
Octal 41 272 372 127 32 0 2 306 140 67
Binary 100001 10111010 11111010 1010111 11010 0 10 11000110 1100000 110111

Color Harmonies of #21BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BAFA

Black with #21BAFA

Text Example


Text Example

White with #21BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,186,250); }

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

background-color css

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

 a { background-color: rgb(33,186,250); }

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

border-color css

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

 span { border-color: rgb(33,186,250); }

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