Html Css Color HEX #188ABF Pelorous

📋 copy color: '#188ABF'

red 24 ◦ green 138 ◦ blue 191

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

Shades of Pelorous #188ABF

Tints of Pelorous #188ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 6.8%
G = 39.09%
B = 54.11%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#188ABF (or 0x188ABF) is known color: Pelorous. HEX triplet: 18, 8A and BF. RGB value is (24,138,191). Sum of RGB (Red+Green+Blue) = 24+138+191=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #188ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ABF is #E77540. Grayscale: #6D6D6D. Windows color (decimal): -15168833 or 12552728. OLE color: 12552728.

HSL color Cylindrical-coordinate representation of color #188ABF: hue angle of 199.04º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188ABF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 138 191 -
CMYK 0.87 0.28 0 0.25
HSL 199.04º 0.78% 0.42% -
HSV(B) 199.04º 0.87% 0.75% -
XYZ 18.87 22.13 52.57 -
YUV 109.96 173.73 66.69 -
System Red Green Blue C M Y K H S L
Decimal 24 138 191 0.87 0.28 0 0.25 199.04 0.78 0.42
Hex 18 8A BF 57 1C 0 19 C7 4E 2A
Octal 30 212 277 127 34 0 31 307 116 52
Binary 11000 10001010 10111111 1010111 11100 0 11001 11000111 1001110 101010

Color Harmonies of #188ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188ABF

Black with #188ABF

Text Example


Text Example

White with #188ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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