Html Css Color HEX #1794AE Pelorous

📋 copy color: '#1794AE'

red 23 ◦ green 148 ◦ blue 174

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

Shades of Pelorous #1794AE

Tints of Pelorous #1794AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 6.67%
G = 42.9%
B = 50.43%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1794AE (or 0x1794AE) is known color: Pelorous. HEX triplet: 17, 94 and AE. RGB value is (23,148,174). Sum of RGB (Red+Green+Blue) = 23+148+174=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #1794AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1794AE is #E86B51. Grayscale: #717171. Windows color (decimal): -15231826 or 11441175. OLE color: 11441175.

HSL color Cylindrical-coordinate representation of color #1794AE: hue angle of 190.33º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1794AE is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 148 174 -
CMYK 0.87 0.15 0 0.32
HSL 190.33º 0.77% 0.39% -
HSV(B) 190.33º 0.87% 0.68% -
XYZ 18.58 24.42 43.78 -
YUV 113.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 23 148 174 0.87 0.15 0 0.32 190.33 0.77 0.39
Hex 17 94 AE 57 F 0 20 BE 4D 27
Octal 27 224 256 127 17 0 40 276 115 47
Binary 10111 10010100 10101110 1010111 1111 0 100000 10111110 1001101 100111

Color Harmonies of #1794AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1794AE

Black with #1794AE

Text Example


Text Example

White with #1794AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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