Html Css Color HEX #219ADC Summer Sky

📋 copy color: '#219ADC'

red 33 ◦ green 154 ◦ blue 220

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

Shades of Summer Sky #219ADC

Tints of Summer Sky #219ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 8.11%
G = 37.84%
B = 54.05%

CMYK

 C value IS 0.85

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#219ADC (or 0x219ADC) is known color: Summer Sky. HEX triplet: 21, 9A and DC. RGB value is (33,154,220). Sum of RGB (Red+Green+Blue) = 33+154+220=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #219ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219ADC is #DE6523. Grayscale: #7C7C7C. Windows color (decimal): -14574884 or 14457377. OLE color: 14457377.

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

Color convert

RGB 33 154 220 -
CMYK 0.85 0.3 0 0.14
HSL 201.18º 0.74% 0.5% -
HSV(B) 201.18º 0.85% 0.86% -
XYZ 25.1 28.6 71.91 -
YUV 125.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 33 154 220 0.85 0.3 0 0.14 201.18 0.74 0.5
Hex 21 9A DC 55 1E 0 E C9 4A 32
Octal 41 232 334 125 36 0 16 311 112 62
Binary 100001 10011010 11011100 1010101 11110 0 1110 11001001 1001010 110010

Color Harmonies of #219ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219ADC

Black with #219ADC

Text Example


Text Example

White with #219ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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