Html Css Color HEX #219DAC Pelorous

📋 copy color: '#219DAC'

red 33 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #219DAC

Tints of Pelorous #219DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.37%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 9.12%
G = 43.37%
B = 47.51%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#219DAC (or 0x219DAC) is known color: Pelorous. HEX triplet: 21, 9D and AC. RGB value is (33,157,172). Sum of RGB (Red+Green+Blue) = 33+157+172=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #219DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219DAC is #DE6253. Grayscale: #797979. Windows color (decimal): -14574164 or 11312417. OLE color: 11312417.

HSL color Cylindrical-coordinate representation of color #219DAC: hue angle of 186.47º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219DAC is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 157 172 -
CMYK 0.81 0.09 0 0.33
HSL 186.47º 0.68% 0.4% -
HSV(B) 186.47º 0.81% 0.67% -
XYZ 20.13 27.42 43.26 -
YUV 121.63 156.42 64.78 -
System Red Green Blue C M Y K H S L
Decimal 33 157 172 0.81 0.09 0 0.33 186.47 0.68 0.4
Hex 21 9D AC 51 9 0 21 BA 44 28
Octal 41 235 254 121 11 0 41 272 104 50
Binary 100001 10011101 10101100 1010001 1001 0 100001 10111010 1000100 101000

Color Harmonies of #219DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DAC

Black with #219DAC

Text Example


Text Example

White with #219DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,157,172); }

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

background-color css

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

 a { background-color: rgb(33,157,172); }

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

border-color css

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

 span { border-color: rgb(33,157,172); }

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