Html Css Color HEX #188DAE Pelorous

📋 copy color: '#188DAE'

red 24 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #188DAE

Tints of Pelorous #188DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 7.08%
G = 41.59%
B = 51.33%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#188DAE (or 0x188DAE) is known color: Pelorous. HEX triplet: 18, 8D and AE. RGB value is (24,141,174). Sum of RGB (Red+Green+Blue) = 24+141+174=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #188DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DAE is #E77251. Grayscale: #6D6D6D. Windows color (decimal): -15168082 or 11439384. OLE color: 11439384.

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

Color convert

RGB 24 141 174 -
CMYK 0.86 0.19 0 0.32
HSL 193.2º 0.76% 0.39% -
HSV(B) 193.2º 0.86% 0.68% -
XYZ 17.54 22.3 43.42 -
YUV 109.78 164.24 66.82 -
System Red Green Blue C M Y K H S L
Decimal 24 141 174 0.86 0.19 0 0.32 193.2 0.76 0.39
Hex 18 8D AE 56 13 0 20 C1 4C 27
Octal 30 215 256 126 23 0 40 301 114 47
Binary 11000 10001101 10101110 1010110 10011 0 100000 11000001 1001100 100111

Color Harmonies of #188DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DAE

Black with #188DAE

Text Example


Text Example

White with #188DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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