Html Css Color HEX #1994BB Pelorous

📋 copy color: '#1994BB'

red 25 ◦ green 148 ◦ blue 187

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

Shades of Pelorous #1994BB

Tints of Pelorous #1994BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 6.94%
G = 41.11%
B = 51.94%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1994BB (or 0x1994BB) is known color: Pelorous. HEX triplet: 19, 94 and BB. RGB value is (25,148,187). Sum of RGB (Red+Green+Blue) = 25+148+187=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1994BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994BB is #E66B44. Grayscale: #737373. Windows color (decimal): -15100741 or 12293145. OLE color: 12293145.

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

Color convert

RGB 25 148 187 -
CMYK 0.87 0.21 0 0.27
HSL 194.44º 0.76% 0.42% -
HSV(B) 194.44º 0.87% 0.73% -
XYZ 19.96 24.97 50.78 -
YUV 115.67 168.25 63.33 -
System Red Green Blue C M Y K H S L
Decimal 25 148 187 0.87 0.21 0 0.27 194.44 0.76 0.42
Hex 19 94 BB 57 15 0 1B C2 4C 2A
Octal 31 224 273 127 25 0 33 302 114 52
Binary 11001 10010100 10111011 1010111 10101 0 11011 11000010 1001100 101010

Color Harmonies of #1994BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994BB

Black with #1994BB

Text Example


Text Example

White with #1994BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1994BB; }

 p { color: rgb(25,148,187); }

 H1.HeaderClassName
 {
   color: #1994BB;
 }
 .AnyTagClassName
 {
   color: #1994BB;
 }
</style>

background-color css

<style>
 a { background-color: #1994BB; }

 a { background-color: rgb(25,148,187); }

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

border-color css

<style>
 span { border-color: #1994BB; }

 span { border-color: rgb(25,148,187); }

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