Html Css Color HEX #1999BA Pelorous

📋 copy color: '#1999BA'

red 25 ◦ green 153 ◦ blue 186

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

Shades of Pelorous #1999BA

Tints of Pelorous #1999BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 6.87%
G = 42.03%
B = 51.1%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1999BA (or 0x1999BA) is known color: Pelorous. HEX triplet: 19, 99 and BA. RGB value is (25,153,186). Sum of RGB (Red+Green+Blue) = 25+153+186=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #1999BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999BA is #E66645. Grayscale: #767676. Windows color (decimal): -15099462 or 12228889. OLE color: 12228889.

HSL color Cylindrical-coordinate representation of color #1999BA: hue angle of 192.3º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1999BA is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 153 186 -
CMYK 0.87 0.18 0 0.27
HSL 192.3º 0.76% 0.41% -
HSV(B) 192.3º 0.87% 0.73% -
XYZ 20.66 26.53 50.49 -
YUV 118.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 25 153 186 0.87 0.18 0 0.27 192.3 0.76 0.41
Hex 19 99 BA 57 12 0 1B C0 4C 29
Octal 31 231 272 127 22 0 33 300 114 51
Binary 11001 10011001 10111010 1010111 10010 0 11011 11000000 1001100 101001

Color Harmonies of #1999BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999BA

Black with #1999BA

Text Example


Text Example

White with #1999BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1999BA; }

 p { color: rgb(25,153,186); }

 H1.HeaderClassName
 {
   color: #1999BA;
 }
 .AnyTagClassName
 {
   color: #1999BA;
 }
</style>

background-color css

<style>
 a { background-color: #1999BA; }

 a { background-color: rgb(25,153,186); }

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

border-color css

<style>
 span { border-color: #1999BA; }

 span { border-color: rgb(25,153,186); }

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