Html Css Color HEX #219ADB Summer Sky

📋 copy color: '#219ADB'

red 33 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #219ADB

Tints of Summer Sky #219ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 8.13%
G = 37.93%
B = 53.94%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#219ADB (or 0x219ADB) is known color: Summer Sky. HEX triplet: 21, 9A and DB. RGB value is (33,154,219). Sum of RGB (Red+Green+Blue) = 33+154+219=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #219ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ADB is #DE6524. Grayscale: #7C7C7C. Windows color (decimal): -14574885 or 14391841. OLE color: 14391841.

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

Color convert

RGB 33 154 219 -
CMYK 0.85 0.30 0 0.14
HSL 200.97º 0.74% 0.49% -
HSV(B) 200.97º 0.85% 0.86% -
XYZ 24.97 28.55 71.21 -
YUV 125.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 33 154 219 0.85 0.30 0 0.14 200.97 0.74 0.49
Hex 21 9A DB 55 1E 0 E C9 4A 31
Octal 41 232 333 125 36 0 16 311 112 61
Binary 100001 10011010 11011011 1010101 11110 0 1110 11001001 1001010 110001

Color Harmonies of #219ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ADB

Black with #219ADB

Text Example


Text Example

White with #219ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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