Html Css Color HEX #199DBB Pelorous

📋 copy color: '#199DBB'

red 25 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #199DBB

Tints of Pelorous #199DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

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

R = 6.78%
G = 42.55%
B = 50.68%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199DBB (or 0x199DBB) is known color: Pelorous. HEX triplet: 19, 9D and BB. RGB value is (25,157,187). Sum of RGB (Red+Green+Blue) = 25+157+187=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #199DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DBB is #E66244. Grayscale: #787878. Windows color (decimal): -15098437 or 12295449. OLE color: 12295449.

HSL color Cylindrical-coordinate representation of color #199DBB: hue angle of 191.11º 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 #199DBB is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 157 187 -
CMYK 0.87 0.16 0 0.27
HSL 191.11º 0.76% 0.42% -
HSV(B) 191.11º 0.87% 0.73% -
XYZ 21.43 27.91 51.27 -
YUV 120.95 165.27 59.56 -
System Red Green Blue C M Y K H S L
Decimal 25 157 187 0.87 0.16 0 0.27 191.11 0.76 0.42
Hex 19 9D BB 57 10 0 1B BF 4C 2A
Octal 31 235 273 127 20 0 33 277 114 52
Binary 11001 10011101 10111011 1010111 10000 0 11011 10111111 1001100 101010

Color Harmonies of #199DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DBB

Black with #199DBB

Text Example


Text Example

White with #199DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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