#21A4D8

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

Shades of Summer Sky #21A4D8

Tints of Summer Sky #21A4D8

Color information

#21A4D8 (or 0x21A4D8) is unknown color: approx Summer Sky. HEX triplet: 21, A4 and D8. RGB value is (33,164,216). Sum of RGB (Red+Green+Blue) = 33+164+216=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #21A4D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A4D8 is #DE5B27. Grayscale: #828282. Windows color (decimal): -14572328 or 14197793. OLE color: 14197793.

HSL color Cylindrical-coordinate representation of color #21A4D8: hue angle of 197.05º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A4D8 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33164216-
CMYK0.850.2400.15
HSL197.05º73.49%48.82%-
HSV(B)197.05º84.72%84.71%-
XYZ26.331.8369.72-
YUV130.76176.158.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.99%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=7.99%
G=39.71%
B=52.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331642160.850.2400.15197.0573.4948.82
Hex21A4D855180Fc54931
Octal412443301253001730511161
Binary100001101001001101100010101011100001111110001011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,164,216); }

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

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

 a { background-color: rgb(33,164,216); }

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

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

 span { border-color: rgb(33,164,216); }

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