Html Css Color HEX #199CAF Pelorous

📋 copy color: '#199CAF'

red 25 ◦ green 156 ◦ blue 175

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

Shades of Pelorous #199CAF

Tints of Pelorous #199CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 7.02%
G = 43.82%
B = 49.16%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#199CAF (or 0x199CAF) is known color: Pelorous. HEX triplet: 19, 9C and AF. RGB value is (25,156,175). Sum of RGB (Red+Green+Blue) = 25+156+175=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #199CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CAF is #E66350. Grayscale: #767676. Windows color (decimal): -15098705 or 11508761. OLE color: 11508761.

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

Color convert

RGB 25 156 175 -
CMYK 0.86 0.11 0 0.31
HSL 187.6º 0.75% 0.39% -
HSV(B) 187.6º 0.86% 0.69% -
XYZ 20.03 27.08 44.73 -
YUV 119 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 25 156 175 0.86 0.11 0 0.31 187.6 0.75 0.39
Hex 19 9C AF 56 B 0 1F BC 4B 27
Octal 31 234 257 126 13 0 37 274 113 47
Binary 11001 10011100 10101111 1010110 1011 0 11111 10111100 1001011 100111

Color Harmonies of #199CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CAF

Black with #199CAF

Text Example


Text Example

White with #199CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,156,175); }

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

background-color css

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

 a { background-color: rgb(25,156,175); }

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

border-color css

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

 span { border-color: rgb(25,156,175); }

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