Html Css Color HEX #188FAC Pelorous

📋 copy color: '#188FAC'

red 24 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #188FAC

Tints of Pelorous #188FAC

RGB

 RED value IS 24 (9.77% from 255) = 7.08%

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 7.08%
G = 42.18%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188FAC (or 0x188FAC) is known color: Pelorous. HEX triplet: 18, 8F and AC. RGB value is (24,143,172). Sum of RGB (Red+Green+Blue) = 24+143+172=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #188FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FAC is #E77053. Grayscale: #6E6E6E. Windows color (decimal): -15167572 or 11308824. OLE color: 11308824.

HSL color Cylindrical-coordinate representation of color #188FAC: hue angle of 191.76º 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 #188FAC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 143 172 -
CMYK 0.86 0.17 0 0.33
HSL 191.76º 0.76% 0.38% -
HSV(B) 191.76º 0.86% 0.67% -
XYZ 17.65 22.82 42.5 -
YUV 110.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 24 143 172 0.86 0.17 0 0.33 191.76 0.76 0.38
Hex 18 8F AC 56 11 0 21 C0 4C 26
Octal 30 217 254 126 21 0 41 300 114 46
Binary 11000 10001111 10101100 1010110 10001 0 100001 11000000 1001100 100110

Color Harmonies of #188FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FAC

Black with #188FAC

Text Example


Text Example

White with #188FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188FAC; }

 p { color: rgb(24,143,172); }

 H1.HeaderClassName
 {
   color: #188FAC;
 }
 .AnyTagClassName
 {
   color: #188FAC;
 }
</style>

background-color css

<style>
 a { background-color: #188FAC; }

 a { background-color: rgb(24,143,172); }

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

border-color css

<style>
 span { border-color: #188FAC; }

 span { border-color: rgb(24,143,172); }

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