Html Css Color HEX #188BAC Pelorous

📋 copy color: '#188BAC'

red 24 ◦ green 139 ◦ blue 172

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

Shades of Pelorous #188BAC

Tints of Pelorous #188BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.49%

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

R = 7.16%
G = 41.49%
B = 51.34%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188BAC (or 0x188BAC) is known color: Pelorous. HEX triplet: 18, 8B and AC. RGB value is (24,139,172). Sum of RGB (Red+Green+Blue) = 24+139+172=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #188BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BAC is #E77453. Grayscale: #6C6C6C. Windows color (decimal): -15168596 or 11307800. OLE color: 11307800.

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

Color convert

RGB 24 139 172 -
CMYK 0.86 0.19 0 0.33
HSL 193.38º 0.76% 0.38% -
HSV(B) 193.38º 0.86% 0.67% -
XYZ 17.06 21.64 42.31 -
YUV 108.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 24 139 172 0.86 0.19 0 0.33 193.38 0.76 0.38
Hex 18 8B AC 56 13 0 21 C1 4C 26
Octal 30 213 254 126 23 0 41 301 114 46
Binary 11000 10001011 10101100 1010110 10011 0 100001 11000001 1001100 100110

Color Harmonies of #188BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BAC

Black with #188BAC

Text Example


Text Example

White with #188BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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