#21B3FA

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

Shades of Deep Sky Blue #21B3FA

Tints of Deep Sky Blue #21B3FA

Color information

#21B3FA (or 0x21B3FA) is unknown color: approx Deep Sky Blue. HEX triplet: 21, B3 and FA. RGB value is (33,179,250). Sum of RGB (Red+Green+Blue) = 33+179+250=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #21B3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B3FA is #DE4C05. Grayscale: #8F8F8F. Windows color (decimal): -14568454 or 16429857. OLE color: 16429857.

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

Color convert

RGB33179250-
CMYK0.870.2800.02
HSL199.63º95.59%55.49%-
HSV(B)199.63º86.8%98.04%-
XYZ3439.4796.27-
YUV143.44188.1349.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.14%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 250 (98.05% from 255) = 54.11%
R=7.14%
G=38.74%
B=54.11%

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
Decimal331792500.870.2800.02199.6395.5955.49
Hex21B3FA571C02c86037
Octal41263372127340231014067
Binary1000011011001111111010101011111100010110010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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