Html Css Color HEX #178FAA Pelorous

📋 copy color: '#178FAA'

red 23 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #178FAA

Tints of Pelorous #178FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 6.85%
G = 42.56%
B = 50.6%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#178FAA (or 0x178FAA) is known color: Pelorous. HEX triplet: 17, 8F and AA. RGB value is (23,143,170). Sum of RGB (Red+Green+Blue) = 23+143+170=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #178FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FAA is #E87055. Grayscale: #6D6D6D. Windows color (decimal): -15233110 or 11177751. OLE color: 11177751.

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

Color convert

RGB 23 143 170 -
CMYK 0.86 0.16 0 0.33
HSL 191.02º 0.76% 0.38% -
HSV(B) 191.02º 0.86% 0.67% -
XYZ 17.43 22.73 41.5 -
YUV 110.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 23 143 170 0.86 0.16 0 0.33 191.02 0.76 0.38
Hex 17 8F AA 56 10 0 21 BF 4C 26
Octal 27 217 252 126 20 0 41 277 114 46
Binary 10111 10001111 10101010 1010110 10000 0 100001 10111111 1001100 100110

Color Harmonies of #178FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178FAA

Black with #178FAA

Text Example


Text Example

White with #178FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,143,170); }

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

background-color css

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

 a { background-color: rgb(23,143,170); }

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

border-color css

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

 span { border-color: rgb(23,143,170); }

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