#21ceed

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

Shades of Deep Sky Blue #21CEED

Tints of Deep Sky Blue #21CEED

Color information

#21CEED (or 0x21CEED) is unknown color: approx Deep Sky Blue. HEX triplet: 21, CE and ED. RGB value is (33,206,237). Sum of RGB (Red+Green+Blue) = 33+206+237=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #21CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CEED is #DE3112. Grayscale: #9D9D9D. Windows color (decimal): -14561555 or 15584801. OLE color: 15584801.

HSL color Cylindrical-coordinate representation of color #21CEED: hue angle of 189.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CEED is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33206237-
CMYK0.860.1300.07
HSL189.12º85%52.94%-
HSV(B)189.12º86.08%92.94%-
XYZ37.9850.5887.88-
YUV157.81172.6938.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.93%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=6.93%
G=43.28%
B=49.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332062370.860.1300.07189.128552.94
Hex21CEED56D07bd5535
Octal41316355126150727512565
Binary1000011100111011101101101011011010111101111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ceed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,237); }

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

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

 a { background-color: rgb(33,206,237); }

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

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

 span { border-color: rgb(33,206,237); }

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