Html Css Color HEX #199BB0 Pelorous

📋 copy color: '#199BB0'

red 25 ◦ green 155 ◦ blue 176

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

Shades of Pelorous #199BB0

Tints of Pelorous #199BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.44%

R = 7.02%
G = 43.54%
B = 49.44%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#199BB0 (or 0x199BB0) is known color: Pelorous. HEX triplet: 19, 9B and B0. RGB value is (25,155,176). Sum of RGB (Red+Green+Blue) = 25+155+176=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #199BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BB0 is #E6644F. Grayscale: #767676. Windows color (decimal): -15098960 or 11574041. OLE color: 11574041.

HSL color Cylindrical-coordinate representation of color #199BB0: hue angle of 188.34º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199BB0 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 155 176 -
CMYK 0.86 0.12 0 0.31
HSL 188.34º 0.75% 0.39% -
HSV(B) 188.34º 0.86% 0.69% -
XYZ 19.96 26.78 45.19 -
YUV 118.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 25 155 176 0.86 0.12 0 0.31 188.34 0.75 0.39
Hex 19 9B B0 56 C 0 1F BC 4B 27
Octal 31 233 260 126 14 0 37 274 113 47
Binary 11001 10011011 10110000 1010110 1100 0 11111 10111100 1001011 100111

Color Harmonies of #199BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BB0

Black with #199BB0

Text Example


Text Example

White with #199BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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