Html Css Color HEX #188AAF Pelorous

📋 copy color: '#188AAF'

red 24 ◦ green 138 ◦ blue 175

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

Shades of Pelorous #188AAF

Tints of Pelorous #188AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 7.12%
G = 40.95%
B = 51.93%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#188AAF (or 0x188AAF) is known color: Pelorous. HEX triplet: 18, 8A and AF. RGB value is (24,138,175). Sum of RGB (Red+Green+Blue) = 24+138+175=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #188AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAF is #E77550. Grayscale: #6B6B6B. Windows color (decimal): -15168849 or 11504152. OLE color: 11504152.

HSL color Cylindrical-coordinate representation of color #188AAF: hue angle of 194.7º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188AAF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 138 175 -
CMYK 0.86 0.21 0 0.31
HSL 194.7º 0.76% 0.39% -
HSV(B) 194.7º 0.86% 0.69% -
XYZ 17.2 21.47 43.79 -
YUV 108.13 165.73 67.99 -
System Red Green Blue C M Y K H S L
Decimal 24 138 175 0.86 0.21 0 0.31 194.7 0.76 0.39
Hex 18 8A AF 56 15 0 1F C3 4C 27
Octal 30 212 257 126 25 0 37 303 114 47
Binary 11000 10001010 10101111 1010110 10101 0 11111 11000011 1001100 100111

Color Harmonies of #188AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AAF

Black with #188AAF

Text Example


Text Example

White with #188AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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