Html Css Color HEX #1794B9 Pelorous

📋 copy color: '#1794B9'

red 23 ◦ green 148 ◦ blue 185

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

Shades of Pelorous #1794B9

Tints of Pelorous #1794B9

RGB

 RED value IS 23 (9.38% from 255) = 6.46%

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

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

R = 6.46%
G = 41.57%
B = 51.97%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1794B9 (or 0x1794B9) is known color: Pelorous. HEX triplet: 17, 94 and B9. RGB value is (23,148,185). Sum of RGB (Red+Green+Blue) = 23+148+185=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #1794B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794B9 is #E86B46. Grayscale: #727272. Windows color (decimal): -15231815 or 12162071. OLE color: 12162071.

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

Color convert

RGB 23 148 185 -
CMYK 0.88 0.20 0 0.27
HSL 193.7º 0.78% 0.41% -
HSV(B) 193.7º 0.88% 0.73% -
XYZ 19.7 24.86 49.66 -
YUV 114.84 167.59 62.49 -
System Red Green Blue C M Y K H S L
Decimal 23 148 185 0.88 0.20 0 0.27 193.7 0.78 0.41
Hex 17 94 B9 58 14 0 1B C2 4E 29
Octal 27 224 271 130 24 0 33 302 116 51
Binary 10111 10010100 10111001 1011000 10100 0 11011 11000010 1001110 101001

Color Harmonies of #1794B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1794B9

Black with #1794B9

Text Example


Text Example

White with #1794B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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