Html Css Color HEX #1999BE Pelorous

📋 copy color: '#1999BE'

red 25 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #1999BE

Tints of Pelorous #1999BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 6.79%
G = 41.58%
B = 51.63%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1999BE (or 0x1999BE) is known color: Pelorous. HEX triplet: 19, 99 and BE. RGB value is (25,153,190). Sum of RGB (Red+Green+Blue) = 25+153+190=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #1999BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1999BE is #E66641. Grayscale: #767676. Windows color (decimal): -15099458 or 12491033. OLE color: 12491033.

HSL color Cylindrical-coordinate representation of color #1999BE: hue angle of 193.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1999BE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 153 190 -
CMYK 0.87 0.19 0 0.25
HSL 193.45º 0.77% 0.42% -
HSV(B) 193.45º 0.87% 0.75% -
XYZ 21.09 26.71 52.76 -
YUV 118.95 168.09 60.99 -
System Red Green Blue C M Y K H S L
Decimal 25 153 190 0.87 0.19 0 0.25 193.45 0.77 0.42
Hex 19 99 BE 57 13 0 19 C1 4D 2A
Octal 31 231 276 127 23 0 31 301 115 52
Binary 11001 10011001 10111110 1010111 10011 0 11001 11000001 1001101 101010

Color Harmonies of #1999BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1999BE

Black with #1999BE

Text Example


Text Example

White with #1999BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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