Html Css Color HEX #188AAD Pelorous

📋 copy color: '#188AAD'

red 24 ◦ green 138 ◦ blue 173

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

Shades of Pelorous #188AAD

Tints of Pelorous #188AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 7.16%
G = 41.19%
B = 51.64%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#188AAD (or 0x188AAD) is known color: Pelorous. HEX triplet: 18, 8A and AD. RGB value is (24,138,173). Sum of RGB (Red+Green+Blue) = 24+138+173=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #188AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAD is #E77552. Grayscale: #6B6B6B. Windows color (decimal): -15168851 or 11373080. OLE color: 11373080.

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

Color convert

RGB 24 138 173 -
CMYK 0.86 0.20 0 0.32
HSL 194.09º 0.76% 0.39% -
HSV(B) 194.09º 0.86% 0.68% -
XYZ 17.01 21.39 42.77 -
YUV 107.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 24 138 173 0.86 0.20 0 0.32 194.09 0.76 0.39
Hex 18 8A AD 56 14 0 20 C2 4C 27
Octal 30 212 255 126 24 0 40 302 114 47
Binary 11000 10001010 10101101 1010110 10100 0 100000 11000010 1001100 100111

Color Harmonies of #188AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188AAD

Black with #188AAD

Text Example


Text Example

White with #188AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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