Html Css Color HEX #189AAD Pelorous

📋 copy color: '#189AAD'

red 24 ◦ green 154 ◦ blue 173

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

Shades of Pelorous #189AAD

Tints of Pelorous #189AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

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

R = 6.84%
G = 43.87%
B = 49.29%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#189AAD (or 0x189AAD) is known color: Pelorous. HEX triplet: 18, 9A and AD. RGB value is (24,154,173). Sum of RGB (Red+Green+Blue) = 24+154+173=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #189AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AAD is #E76552. Grayscale: #757575. Windows color (decimal): -15164755 or 11377176. OLE color: 11377176.

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

Color convert

RGB 24 154 173 -
CMYK 0.86 0.11 0 0.32
HSL 187.65º 0.76% 0.39% -
HSV(B) 187.65º 0.86% 0.68% -
XYZ 19.48 26.32 43.59 -
YUV 117.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 24 154 173 0.86 0.11 0 0.32 187.65 0.76 0.39
Hex 18 9A AD 56 B 0 20 BC 4C 27
Octal 30 232 255 126 13 0 40 274 114 47
Binary 11000 10011010 10101101 1010110 1011 0 100000 10111100 1001100 100111

Color Harmonies of #189AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AAD

Black with #189AAD

Text Example


Text Example

White with #189AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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