#21D5FA

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

Shades of Deep Sky Blue #21D5FA

Tints of Deep Sky Blue #21D5FA

Color information

#21D5FA (or 0x21D5FA) is unknown color: approx Deep Sky Blue. HEX triplet: 21, D5 and FA. RGB value is (33,213,250). Sum of RGB (Red+Green+Blue) = 33+213+250=496 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.65% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #21D5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D5FA is #DE2A05. Grayscale: #A3A3A3. Windows color (decimal): -14559750 or 16438561. OLE color: 16438561.

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

Color convert

RGB33213250-
CMYK0.870.1500.02
HSL190.23º95.59%55.49%-
HSV(B)190.23º86.8%98.04%-
XYZ41.6854.8198.83-
YUV163.4176.8734.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.65%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=6.65%
G=42.94%
B=50.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332132500.870.1500.02190.2395.5955.49
Hex21D5FA57F02be6037
Octal41325372127170227614067
Binary100001110101011111101010101111111010101111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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