Html Css Color HEX #188AAC Pelorous

📋 copy color: '#188AAC'

red 24 ◦ green 138 ◦ blue 172

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

Shades of Pelorous #188AAC

Tints of Pelorous #188AAC

RGB

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

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

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

R = 7.19%
G = 41.32%
B = 51.5%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188AAC (or 0x188AAC) is known color: Pelorous. HEX triplet: 18, 8A and AC. RGB value is (24,138,172). Sum of RGB (Red+Green+Blue) = 24+138+172=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #188AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAC is #E77553. Grayscale: #6B6B6B. Windows color (decimal): -15168852 or 11307544. OLE color: 11307544.

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

Color convert

RGB 24 138 172 -
CMYK 0.86 0.20 0 0.33
HSL 193.78º 0.76% 0.38% -
HSV(B) 193.78º 0.86% 0.67% -
XYZ 16.91 21.35 42.26 -
YUV 107.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 24 138 172 0.86 0.20 0 0.33 193.78 0.76 0.38
Hex 18 8A AC 56 14 0 21 C2 4C 26
Octal 30 212 254 126 24 0 41 302 114 46
Binary 11000 10001010 10101100 1010110 10100 0 100001 11000010 1001100 100110

Color Harmonies of #188AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AAC

Black with #188AAC

Text Example


Text Example

White with #188AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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