Html Css Color HEX #219AA5 Pelorous

📋 copy color: '#219AA5'

red 33 ◦ green 154 ◦ blue 165

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

Shades of Pelorous #219AA5

Tints of Pelorous #219AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 9.38%
G = 43.75%
B = 46.88%

CMYK

 C value IS 0.8

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#219AA5 (or 0x219AA5) is known color: Pelorous. HEX triplet: 21, 9A and A5. RGB value is (33,154,165). Sum of RGB (Red+Green+Blue) = 33+154+165=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #219AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219AA5 is #DE655A. Grayscale: #767676. Windows color (decimal): -14574939 or 10852897. OLE color: 10852897.

HSL color Cylindrical-coordinate representation of color #219AA5: hue angle of 185º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219AA5 is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 154 165 -
CMYK 0.8 0.07 0 0.35
HSL 185º 0.67% 0.39% -
HSV(B) 185º 0.8% 0.65% -
XYZ 18.97 26.15 39.64 -
YUV 119.08 153.91 66.61 -
System Red Green Blue C M Y K H S L
Decimal 33 154 165 0.8 0.07 0 0.35 185 0.67 0.39
Hex 21 9A A5 50 7 0 23 B9 43 27
Octal 41 232 245 120 7 0 43 271 103 47
Binary 100001 10011010 10100101 1010000 111 0 100011 10111001 1000011 100111

Color Harmonies of #219AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219AA5

Black with #219AA5

Text Example


Text Example

White with #219AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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