#219add

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

Shades of Summer Sky #219ADD

Tints of Summer Sky #219ADD

Color information

#219ADD (or 0x219ADD) is unknown color: approx Summer Sky. HEX triplet: 21, 9A and DD. RGB value is (33,154,221). Sum of RGB (Red+Green+Blue) = 33+154+221=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #219ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ADD is #DE6522. Grayscale: #7D7D7D. Windows color (decimal): -14574883 or 14522913. OLE color: 14522913.

HSL color Cylindrical-coordinate representation of color #219ADD: hue angle of 201.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219ADD is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33154221-
CMYK0.850.3000.13
HSL201.38º74.02%49.8%-
HSV(B)201.38º85.07%86.67%-
XYZ25.2328.6572.61-
YUV125.46181.9162.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.09%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=8.09%
G=37.75%
B=54.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331542210.850.3000.13201.3874.0249.8
Hex219ADD551E0Dc94a32
Octal412323351253601531111262
Binary100001100110101101110110101011111001101110010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219add; }

 p { color: rgb(33,154,221); }

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

<style>
 a { background-color: #219add; }

 a { background-color: rgb(33,154,221); }

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

<style>
 span { border-color: #219add; }

 span { border-color: rgb(33,154,221); }

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