Html Css Color HEX #178AC2 Pelorous

📋 copy color: '#178AC2'

red 23 ◦ green 138 ◦ blue 194

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

Shades of Pelorous #178AC2

Tints of Pelorous #178AC2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 194 (76.17% from 255) = 54.65%

R = 6.48%
G = 38.87%
B = 54.65%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#178AC2 (or 0x178AC2) is known color: Pelorous. HEX triplet: 17, 8A and C2. RGB value is (23,138,194). Sum of RGB (Red+Green+Blue) = 23+138+194=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #178AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178AC2 is #E8753D. Grayscale: #6D6D6D. Windows color (decimal): -15234366 or 12749335. OLE color: 12749335.

HSL color Cylindrical-coordinate representation of color #178AC2: hue angle of 199.65º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178AC2 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 23 138 194 -
CMYK 0.88 0.29 0 0.24
HSL 199.65º 0.79% 0.43% -
HSV(B) 199.65º 0.88% 0.76% -
XYZ 19.18 22.25 54.32 -
YUV 110 175.4 65.95 -
System Red Green Blue C M Y K H S L
Decimal 23 138 194 0.88 0.29 0 0.24 199.65 0.79 0.43
Hex 17 8A C2 58 1D 0 18 C8 4F 2B
Octal 27 212 302 130 35 0 30 310 117 53
Binary 10111 10001010 11000010 1011000 11101 0 11000 11001000 1001111 101011

Color Harmonies of #178AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178AC2

Black with #178AC2

Text Example


Text Example

White with #178AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,138,194); }

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

background-color css

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

 a { background-color: rgb(23,138,194); }

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

border-color css

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

 span { border-color: rgb(23,138,194); }

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