Html Css Color HEX #188FAD Pelorous

📋 copy color: '#188FAD'

red 24 ◦ green 143 ◦ blue 173

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

Shades of Pelorous #188FAD

Tints of Pelorous #188FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 7.06%
G = 42.06%
B = 50.88%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#188FAD (or 0x188FAD) is known color: Pelorous. HEX triplet: 18, 8F and AD. RGB value is (24,143,173). Sum of RGB (Red+Green+Blue) = 24+143+173=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #188FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FAD is #E77052. Grayscale: #6E6E6E. Windows color (decimal): -15167571 or 11374360. OLE color: 11374360.

HSL color Cylindrical-coordinate representation of color #188FAD: hue angle of 192.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188FAD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 143 173 -
CMYK 0.86 0.17 0 0.32
HSL 192.08º 0.76% 0.39% -
HSV(B) 192.08º 0.86% 0.68% -
XYZ 17.74 22.86 43.01 -
YUV 110.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 24 143 173 0.86 0.17 0 0.32 192.08 0.76 0.39
Hex 18 8F AD 56 11 0 20 C0 4C 27
Octal 30 217 255 126 21 0 40 300 114 47
Binary 11000 10001111 10101101 1010110 10001 0 100000 11000000 1001100 100111

Color Harmonies of #188FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FAD

Black with #188FAD

Text Example


Text Example

White with #188FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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