Html Css Color HEX #1994B9 Pelorous

📋 copy color: '#1994B9'

red 25 ◦ green 148 ◦ blue 185

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

Shades of Pelorous #1994B9

Tints of Pelorous #1994B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.68%

R = 6.98%
G = 41.34%
B = 51.68%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1994B9 (or 0x1994B9) is known color: Pelorous. HEX triplet: 19, 94 and B9. RGB value is (25,148,185). Sum of RGB (Red+Green+Blue) = 25+148+185=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #1994B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994B9 is #E66B46. Grayscale: #737373. Windows color (decimal): -15100743 or 12162073. OLE color: 12162073.

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

Color convert

RGB 25 148 185 -
CMYK 0.86 0.20 0 0.27
HSL 193.88º 0.76% 0.41% -
HSV(B) 193.88º 0.86% 0.73% -
XYZ 19.75 24.89 49.66 -
YUV 115.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 25 148 185 0.86 0.20 0 0.27 193.88 0.76 0.41
Hex 19 94 B9 56 14 0 1B C2 4C 29
Octal 31 224 271 126 24 0 33 302 114 51
Binary 11001 10010100 10111001 1010110 10100 0 11011 11000010 1001100 101001

Color Harmonies of #1994B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994B9

Black with #1994B9

Text Example


Text Example

White with #1994B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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