Html Css Color HEX #178DAE Pelorous

📋 copy color: '#178DAE'

red 23 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #178DAE

Tints of Pelorous #178DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.72%

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

R = 6.8%
G = 41.72%
B = 51.48%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#178DAE (or 0x178DAE) is known color: Pelorous. HEX triplet: 17, 8D and AE. RGB value is (23,141,174). Sum of RGB (Red+Green+Blue) = 23+141+174=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #178DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DAE is #E87251. Grayscale: #6D6D6D. Windows color (decimal): -15233618 or 11439383. OLE color: 11439383.

HSL color Cylindrical-coordinate representation of color #178DAE: hue angle of 193.11º 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 #178DAE is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 141 174 -
CMYK 0.87 0.19 0 0.32
HSL 193.11º 0.77% 0.39% -
HSV(B) 193.11º 0.87% 0.68% -
XYZ 17.52 22.29 43.42 -
YUV 109.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 23 141 174 0.87 0.19 0 0.32 193.11 0.77 0.39
Hex 17 8D AE 57 13 0 20 C1 4D 27
Octal 27 215 256 127 23 0 40 301 115 47
Binary 10111 10001101 10101110 1010111 10011 0 100000 11000001 1001101 100111

Color Harmonies of #178DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178DAE

Black with #178DAE

Text Example


Text Example

White with #178DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178DAE; }

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

 H1.HeaderClassName
 {
   color: #178DAE;
 }
 .AnyTagClassName
 {
   color: #178DAE;
 }
</style>

background-color css

<style>
 a { background-color: #178DAE; }

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

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

border-color css

<style>
 span { border-color: #178DAE; }

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

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