Html Css Color HEX #199CBB Pelorous

📋 copy color: '#199CBB'

red 25 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #199CBB

Tints of Pelorous #199CBB

RGB

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

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

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

R = 6.79%
G = 42.39%
B = 50.82%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#199CBB (or 0x199CBB) is known color: Pelorous. HEX triplet: 19, 9C and BB. RGB value is (25,156,187). Sum of RGB (Red+Green+Blue) = 25+156+187=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #199CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBB is #E66344. Grayscale: #787878. Windows color (decimal): -15098693 or 12295193. OLE color: 12295193.

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

Color convert

RGB 25 156 187 -
CMYK 0.87 0.17 0 0.27
HSL 191.48º 0.76% 0.42% -
HSV(B) 191.48º 0.87% 0.73% -
XYZ 21.26 27.57 51.22 -
YUV 120.37 165.6 59.98 -
System Red Green Blue C M Y K H S L
Decimal 25 156 187 0.87 0.17 0 0.27 191.48 0.76 0.42
Hex 19 9C BB 57 11 0 1B BF 4C 2A
Octal 31 234 273 127 21 0 33 277 114 52
Binary 11001 10011100 10111011 1010111 10001 0 11011 10111111 1001100 101010

Color Harmonies of #199CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CBB

Black with #199CBB

Text Example


Text Example

White with #199CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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