Html Css Color HEX #188DAD Pelorous

📋 copy color: '#188DAD'

red 24 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #188DAD

Tints of Pelorous #188DAD

RGB

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

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

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

R = 7.1%
G = 41.72%
B = 51.18%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#188DAD (or 0x188DAD) is known color: Pelorous. HEX triplet: 18, 8D and AD. RGB value is (24,141,173). Sum of RGB (Red+Green+Blue) = 24+141+173=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #188DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DAD is #E77252. Grayscale: #6D6D6D. Windows color (decimal): -15168083 or 11373848. OLE color: 11373848.

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

Color convert

RGB 24 141 173 -
CMYK 0.86 0.18 0 0.32
HSL 192.89º 0.76% 0.39% -
HSV(B) 192.89º 0.86% 0.68% -
XYZ 17.44 22.26 42.91 -
YUV 109.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 24 141 173 0.86 0.18 0 0.32 192.89 0.76 0.39
Hex 18 8D AD 56 12 0 20 C1 4C 27
Octal 30 215 255 126 22 0 40 301 114 47
Binary 11000 10001101 10101101 1010110 10010 0 100000 11000001 1001100 100111

Color Harmonies of #188DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DAD

Black with #188DAD

Text Example


Text Example

White with #188DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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