Html Css Color HEX #219ED5 Summer Sky

📋 copy color: '#219ED5'

red 33 ◦ green 158 ◦ blue 213

#219ED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #219ED5

Tints of Summer Sky #219ED5

RGB

 RED value IS 33 (13.28% from 255) = 8.17%

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 8.17%
G = 39.11%
B = 52.72%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#219ED5 (or 0x219ED5) is known color: Summer Sky. HEX triplet: 21, 9E and D5. RGB value is (33,158,213). Sum of RGB (Red+Green+Blue) = 33+158+213=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #219ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ED5 is #DE612A. Grayscale: #7E7E7E. Windows color (decimal): -14573867 or 13999649. OLE color: 13999649.

HSL color Cylindrical-coordinate representation of color #219ED5: hue angle of 198.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #219ED5 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 158 213 -
CMYK 0.85 0.26 0 0.16
HSL 198.33º 0.73% 0.48% -
HSV(B) 198.33º 0.85% 0.84% -
XYZ 24.86 29.58 67.35 -
YUV 126.9 176.59 61.03 -
System Red Green Blue C M Y K H S L
Decimal 33 158 213 0.85 0.26 0 0.16 198.33 0.73 0.48
Hex 21 9E D5 55 1A 0 10 C6 49 30
Octal 41 236 325 125 32 0 20 306 111 60
Binary 100001 10011110 11010101 1010101 11010 0 10000 11000110 1001001 110000

Color Harmonies of #219ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ED5

Black with #219ED5

Text Example


Text Example

White with #219ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #219ED5;
 }
 .AnyTagClassName
 {
   color: #219ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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