Html Css Color HEX #219DAD Pelorous

📋 copy color: '#219DAD'

red 33 ◦ green 157 ◦ blue 173

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

Shades of Pelorous #219DAD

Tints of Pelorous #219DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 9.09%
G = 43.25%
B = 47.66%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#219DAD (or 0x219DAD) is known color: Pelorous. HEX triplet: 21, 9D and AD. RGB value is (33,157,173). Sum of RGB (Red+Green+Blue) = 33+157+173=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #219DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219DAD is #DE6252. Grayscale: #797979. Windows color (decimal): -14574163 or 11377953. OLE color: 11377953.

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

Color convert

RGB 33 157 173 -
CMYK 0.81 0.09 0 0.32
HSL 186.86º 0.68% 0.4% -
HSV(B) 186.86º 0.81% 0.68% -
XYZ 20.23 27.45 43.77 -
YUV 121.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 33 157 173 0.81 0.09 0 0.32 186.86 0.68 0.4
Hex 21 9D AD 51 9 0 20 BB 44 28
Octal 41 235 255 121 11 0 40 273 104 50
Binary 100001 10011101 10101101 1010001 1001 0 100000 10111011 1000100 101000

Color Harmonies of #219DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219DAD

Black with #219DAD

Text Example


Text Example

White with #219DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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