Html Css Color HEX #199EAC Pelorous

📋 copy color: '#199EAC'

red 25 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #199EAC

Tints of Pelorous #199EAC

RGB

 RED value IS 25 (10.16% from 255) = 7.04%

 GREEN value IS 158 (62.11% from 255) = 44.51%

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

R = 7.04%
G = 44.51%
B = 48.45%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199EAC (or 0x199EAC) is known color: Pelorous. HEX triplet: 19, 9E and AC. RGB value is (25,158,172). Sum of RGB (Red+Green+Blue) = 25+158+172=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #199EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199EAC is #E66153. Grayscale: #777777. Windows color (decimal): -15098196 or 11312665. OLE color: 11312665.

HSL color Cylindrical-coordinate representation of color #199EAC: hue angle of 185.71º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199EAC is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 158 172 -
CMYK 0.85 0.08 0 0.33
HSL 185.71º 0.75% 0.39% -
HSV(B) 185.71º 0.85% 0.67% -
XYZ 20.07 27.64 43.31 -
YUV 119.83 157.44 60.36 -
System Red Green Blue C M Y K H S L
Decimal 25 158 172 0.85 0.08 0 0.33 185.71 0.75 0.39
Hex 19 9E AC 55 8 0 21 BA 4B 27
Octal 31 236 254 125 10 0 41 272 113 47
Binary 11001 10011110 10101100 1010101 1000 0 100001 10111010 1001011 100111

Color Harmonies of #199EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EAC

Black with #199EAC

Text Example


Text Example

White with #199EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199EAC; }

 p { color: rgb(25,158,172); }

 H1.HeaderClassName
 {
   color: #199EAC;
 }
 .AnyTagClassName
 {
   color: #199EAC;
 }
</style>

background-color css

<style>
 a { background-color: #199EAC; }

 a { background-color: rgb(25,158,172); }

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

border-color css

<style>
 span { border-color: #199EAC; }

 span { border-color: rgb(25,158,172); }

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