Html Css Color HEX #199FBB Pelorous

📋 copy color: '#199FBB'

red 25 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #199FBB

Tints of Pelorous #199FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 6.74%
G = 42.86%
B = 50.4%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199FBB (or 0x199FBB) is known color: Pelorous. HEX triplet: 19, 9F and BB. RGB value is (25,159,187). Sum of RGB (Red+Green+Blue) = 25+159+187=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #199FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FBB is #E66044. Grayscale: #797979. Windows color (decimal): -15097925 or 12295961. OLE color: 12295961.

HSL color Cylindrical-coordinate representation of color #199FBB: hue angle of 190.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199FBB is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 159 187 -
CMYK 0.87 0.15 0 0.27
HSL 190.37º 0.76% 0.42% -
HSV(B) 190.37º 0.87% 0.73% -
XYZ 21.77 28.59 51.38 -
YUV 122.13 164.61 58.72 -
System Red Green Blue C M Y K H S L
Decimal 25 159 187 0.87 0.15 0 0.27 190.37 0.76 0.42
Hex 19 9F BB 57 F 0 1B BE 4C 2A
Octal 31 237 273 127 17 0 33 276 114 52
Binary 11001 10011111 10111011 1010111 1111 0 11011 10111110 1001100 101010

Color Harmonies of #199FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FBB

Black with #199FBB

Text Example


Text Example

White with #199FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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