Html Css Color HEX #188AAE Pelorous

📋 copy color: '#188AAE'

red 24 ◦ green 138 ◦ blue 174

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

Shades of Pelorous #188AAE

Tints of Pelorous #188AAE

RGB

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

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

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

R = 7.14%
G = 41.07%
B = 51.79%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#188AAE (or 0x188AAE) is known color: Pelorous. HEX triplet: 18, 8A and AE. RGB value is (24,138,174). Sum of RGB (Red+Green+Blue) = 24+138+174=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #188AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAE is #E77551. Grayscale: #6B6B6B. Windows color (decimal): -15168850 or 11438616. OLE color: 11438616.

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

Color convert

RGB 24 138 174 -
CMYK 0.86 0.21 0 0.32
HSL 194.4º 0.76% 0.39% -
HSV(B) 194.4º 0.86% 0.68% -
XYZ 17.11 21.43 43.28 -
YUV 108.02 165.23 68.07 -
System Red Green Blue C M Y K H S L
Decimal 24 138 174 0.86 0.21 0 0.32 194.4 0.76 0.39
Hex 18 8A AE 56 15 0 20 C2 4C 27
Octal 30 212 256 126 25 0 40 302 114 47
Binary 11000 10001010 10101110 1010110 10101 0 100000 11000010 1001100 100111

Color Harmonies of #188AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AAE

Black with #188AAE

Text Example


Text Example

White with #188AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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