#219CD8

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

Shades of Summer Sky #219CD8

Tints of Summer Sky #219CD8

Color information

#219CD8 (or 0x219CD8) is unknown color: approx Summer Sky. HEX triplet: 21, 9C and D8. RGB value is (33,156,216). Sum of RGB (Red+Green+Blue) = 33+156+216=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #219CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CD8 is #DE6327. Grayscale: #7D7D7D. Windows color (decimal): -14574376 or 14195745. OLE color: 14195745.

HSL color Cylindrical-coordinate representation of color #219CD8: hue angle of 199.67º 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 #219CD8 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33156216-
CMYK0.850.2800.15
HSL199.67º73.49%48.82%-
HSV(B)199.67º84.72%84.71%-
XYZ24.9129.0669.26-
YUV126.06178.7561.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.15%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 216 (84.77% from 255) = 53.33%
R=8.15%
G=38.52%
B=53.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331562160.850.2800.15199.6773.4948.82
Hex219CD8551C0Fc84931
Octal412343301253401731011161
Binary100001100111001101100010101011110001111110010001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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