Html Css Color HEX #189AAC Pelorous

📋 copy color: '#189AAC'

red 24 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #189AAC

Tints of Pelorous #189AAC

RGB

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

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

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

R = 6.86%
G = 44%
B = 49.14%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#189AAC (or 0x189AAC) is known color: Pelorous. HEX triplet: 18, 9A and AC. RGB value is (24,154,172). Sum of RGB (Red+Green+Blue) = 24+154+172=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #189AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AAC is #E76553. Grayscale: #747474. Windows color (decimal): -15164756 or 11311640. OLE color: 11311640.

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

Color convert

RGB 24 154 172 -
CMYK 0.86 0.10 0 0.33
HSL 187.3º 0.76% 0.38% -
HSV(B) 187.3º 0.86% 0.67% -
XYZ 19.38 26.28 43.08 -
YUV 117.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 24 154 172 0.86 0.10 0 0.33 187.3 0.76 0.38
Hex 18 9A AC 56 A 0 21 BB 4C 26
Octal 30 232 254 126 12 0 41 273 114 46
Binary 11000 10011010 10101100 1010110 1010 0 100001 10111011 1001100 100110

Color Harmonies of #189AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AAC

Black with #189AAC

Text Example


Text Example

White with #189AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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