#21B4FA

Color #21B4FA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #21B4FA

Tints of Deep Sky Blue #21B4FA

Color information

#21B4FA (or 0x21B4FA) is unknown color: approx Deep Sky Blue. HEX triplet: 21, B4 and FA. RGB value is (33,180,250). Sum of RGB (Red+Green+Blue) = 33+180+250=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #21B4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B4FA is #DE4B05. Grayscale: #8F8F8F. Windows color (decimal): -14568198 or 16430113. OLE color: 16430113.

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

Color convert

RGB33180250-
CMYK0.870.2800.02
HSL199.35º95.59%55.49%-
HSV(B)199.35º86.8%98.04%-
XYZ34.239.8796.34-
YUV144.03187.848.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.13%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 250 (98.05% from 255) = 54.00%
R=7.13%
G=38.88%
B=54.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal331802500.870.2800.02199.3595.5955.49
Hex21B4FA571C02c76037
Octal41264372127340230714067
Binary1000011011010011111010101011111100010110001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21B4FA;
 }
 .AnyTagClassName
 {
   color: #21B4FA;
 }
</style>
background-color css

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

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

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

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

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

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