Html Css Color HEX #199FAE Pelorous

📋 copy color: '#199FAE'

red 25 ◦ green 159 ◦ blue 174

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

Shades of Pelorous #199FAE

Tints of Pelorous #199FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.41%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 6.98%
G = 44.41%
B = 48.6%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#199FAE (or 0x199FAE) is known color: Pelorous. HEX triplet: 19, 9F and AE. RGB value is (25,159,174). Sum of RGB (Red+Green+Blue) = 25+159+174=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #199FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199FAE is #E66051. Grayscale: #787878. Windows color (decimal): -15097938 or 11443993. OLE color: 11443993.

HSL color Cylindrical-coordinate representation of color #199FAE: hue angle of 186.04º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199FAE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 159 174 -
CMYK 0.86 0.09 0 0.32
HSL 186.04º 0.75% 0.39% -
HSV(B) 186.04º 0.86% 0.68% -
XYZ 20.44 28.06 44.38 -
YUV 120.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 25 159 174 0.86 0.09 0 0.32 186.04 0.75 0.39
Hex 19 9F AE 56 9 0 20 BA 4B 27
Octal 31 237 256 126 11 0 40 272 113 47
Binary 11001 10011111 10101110 1010110 1001 0 100000 10111010 1001011 100111

Color Harmonies of #199FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FAE

Black with #199FAE

Text Example


Text Example

White with #199FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,174); }

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

background-color css

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

 a { background-color: rgb(25,159,174); }

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

border-color css

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

 span { border-color: rgb(25,159,174); }

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