Html Css Color HEX #199BBC Pelorous

📋 copy color: '#199BBC'

red 25 ◦ green 155 ◦ blue 188

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

Shades of Pelorous #199BBC

Tints of Pelorous #199BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.12%

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 6.79%
G = 42.12%
B = 51.09%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#199BBC (or 0x199BBC) is known color: Pelorous. HEX triplet: 19, 9B and BC. RGB value is (25,155,188). Sum of RGB (Red+Green+Blue) = 25+155+188=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #199BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BBC is #E66443. Grayscale: #777777. Windows color (decimal): -15098948 or 12360473. OLE color: 12360473.

HSL color Cylindrical-coordinate representation of color #199BBC: hue angle of 192.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199BBC is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 155 188 -
CMYK 0.87 0.18 0 0.26
HSL 192.15º 0.77% 0.42% -
HSV(B) 192.15º 0.87% 0.74% -
XYZ 21.2 27.28 51.73 -
YUV 119.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 25 155 188 0.87 0.18 0 0.26 192.15 0.77 0.42
Hex 19 9B BC 57 12 0 1A C0 4D 2A
Octal 31 233 274 127 22 0 32 300 115 52
Binary 11001 10011011 10111100 1010111 10010 0 11010 11000000 1001101 101010

Color Harmonies of #199BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BBC

Black with #199BBC

Text Example


Text Example

White with #199BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,155,188); }

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

background-color css

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

 a { background-color: rgb(25,155,188); }

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

border-color css

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

 span { border-color: rgb(25,155,188); }

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