Html Css Color HEX #199BAC Pelorous

📋 copy color: '#199BAC'

red 25 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #199BAC

Tints of Pelorous #199BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 7.1%
G = 44.03%
B = 48.86%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199BAC (or 0x199BAC) is known color: Pelorous. HEX triplet: 19, 9B and AC. RGB value is (25,155,172). Sum of RGB (Red+Green+Blue) = 25+155+172=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #199BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BAC is #E66453. Grayscale: #757575. Windows color (decimal): -15098964 or 11311897. OLE color: 11311897.

HSL color Cylindrical-coordinate representation of color #199BAC: hue angle of 186.94º 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 #199BAC is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 155 172 -
CMYK 0.85 0.10 0 0.33
HSL 186.94º 0.75% 0.39% -
HSV(B) 186.94º 0.85% 0.67% -
XYZ 19.57 26.63 43.14 -
YUV 118.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 25 155 172 0.85 0.10 0 0.33 186.94 0.75 0.39
Hex 19 9B AC 55 A 0 21 BB 4B 27
Octal 31 233 254 125 12 0 41 273 113 47
Binary 11001 10011011 10101100 1010101 1010 0 100001 10111011 1001011 100111

Color Harmonies of #199BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BAC

Black with #199BAC

Text Example


Text Example

White with #199BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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