Html Css Color HEX #1794AB Pelorous

📋 copy color: '#1794AB'

red 23 ◦ green 148 ◦ blue 171

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

Shades of Pelorous #1794AB

Tints of Pelorous #1794AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 6.73%
G = 43.27%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1794AB (or 0x1794AB) is known color: Pelorous. HEX triplet: 17, 94 and AB. RGB value is (23,148,171). Sum of RGB (Red+Green+Blue) = 23+148+171=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #1794AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1794AB is #E86B54. Grayscale: #717171. Windows color (decimal): -15231829 or 11244567. OLE color: 11244567.

HSL color Cylindrical-coordinate representation of color #1794AB: hue angle of 189.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1794AB is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 148 171 -
CMYK 0.87 0.13 0 0.33
HSL 189.32º 0.76% 0.38% -
HSV(B) 189.32º 0.87% 0.67% -
XYZ 18.29 24.3 42.25 -
YUV 113.25 160.59 63.63 -
System Red Green Blue C M Y K H S L
Decimal 23 148 171 0.87 0.13 0 0.33 189.32 0.76 0.38
Hex 17 94 AB 57 D 0 21 BD 4C 26
Octal 27 224 253 127 15 0 41 275 114 46
Binary 10111 10010100 10101011 1010111 1101 0 100001 10111101 1001100 100110

Color Harmonies of #1794AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1794AB

Black with #1794AB

Text Example


Text Example

White with #1794AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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