Html Css Color HEX #199CBC Pelorous

📋 copy color: '#199CBC'

red 25 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #199CBC

Tints of Pelorous #199CBC

RGB

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

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

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

R = 6.78%
G = 42.28%
B = 50.95%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#199CBC (or 0x199CBC) is known color: Pelorous. HEX triplet: 19, 9C and BC. RGB value is (25,156,188). Sum of RGB (Red+Green+Blue) = 25+156+188=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #199CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBC is #E66343. Grayscale: #787878. Windows color (decimal): -15098692 or 12360729. OLE color: 12360729.

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

Color convert

RGB 25 156 188 -
CMYK 0.87 0.17 0 0.26
HSL 191.78º 0.77% 0.42% -
HSV(B) 191.78º 0.87% 0.74% -
XYZ 21.37 27.61 51.78 -
YUV 120.48 166.1 59.9 -
System Red Green Blue C M Y K H S L
Decimal 25 156 188 0.87 0.17 0 0.26 191.78 0.77 0.42
Hex 19 9C BC 57 11 0 1A C0 4D 2A
Octal 31 234 274 127 21 0 32 300 115 52
Binary 11001 10011100 10111100 1010111 10001 0 11010 11000000 1001101 101010

Color Harmonies of #199CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CBC

Black with #199CBC

Text Example


Text Example

White with #199CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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