Html Css Color HEX #21B6FA Deep Sky Blue

📋 copy color: '#21B6FA'

red 33 ◦ green 182 ◦ blue 250

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

Shades of Deep Sky Blue #21B6FA

Tints of Deep Sky Blue #21B6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 7.1%
G = 39.14%
B = 53.76%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21B6FA (or 0x21B6FA) is known color: Deep Sky Blue. HEX triplet: 21, B6 and FA. RGB value is (33,182,250). Sum of RGB (Red+Green+Blue) = 33+182+250=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #21B6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B6FA is #DE4905. Grayscale: #909090. Windows color (decimal): -14567686 or 16430625. OLE color: 16430625.

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

Color convert

RGB 33 182 250 -
CMYK 0.87 0.27 0 0.02
HSL 198.8º 0.96% 0.55% -
HSV(B) 198.8º 0.87% 0.98% -
XYZ 34.61 40.68 96.47 -
YUV 145.2 187.14 47.97 -
System Red Green Blue C M Y K H S L
Decimal 33 182 250 0.87 0.27 0 0.02 198.8 0.96 0.55
Hex 21 B6 FA 57 1B 0 2 C7 60 37
Octal 41 266 372 127 33 0 2 307 140 67
Binary 100001 10110110 11111010 1010111 11011 0 10 11000111 1100000 110111

Color Harmonies of #21B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B6FA

Black with #21B6FA

Text Example


Text Example

White with #21B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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