#21B4FD

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

Shades of Deep Sky Blue #21B4FD

Tints of Deep Sky Blue #21B4FD

Color information

#21B4FD (or 0x21B4FD) is unknown color: approx Deep Sky Blue. HEX triplet: 21, B4 and FD. RGB value is (33,180,253). Sum of RGB (Red+Green+Blue) = 33+180+253=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #21B4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B4FD is #DE4B02. Grayscale: #8F8F8F. Windows color (decimal): -14568195 or 16626721. OLE color: 16626721.

HSL color Cylindrical-coordinate representation of color #21B4FD: hue angle of 199.91º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21B4FD is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB33180253-
CMYK0.870.2900.01
HSL199.91º98.21%56.08%-
HSV(B)199.91º86.96%99.22%-
XYZ34.6840.0698.83-
YUV144.37189.348.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.08%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=7.08%
G=38.63%
B=54.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal331802530.870.2900.01199.9198.2156.08
Hex21B4FD571D01c86238
Octal41264375127350131014270
Binary100001101101001111110110101111110101110010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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