Html Css Color HEX #189BAD Pelorous

📋 copy color: '#189BAD'

red 24 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #189BAD

Tints of Pelorous #189BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 6.82%
G = 44.03%
B = 49.15%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#189BAD (or 0x189BAD) is known color: Pelorous. HEX triplet: 18, 9B and AD. RGB value is (24,155,173). Sum of RGB (Red+Green+Blue) = 24+155+173=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #189BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BAD is #E76452. Grayscale: #757575. Windows color (decimal): -15164499 or 11377432. OLE color: 11377432.

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

Color convert

RGB 24 155 173 -
CMYK 0.86 0.10 0 0.32
HSL 187.25º 0.76% 0.39% -
HSV(B) 187.25º 0.86% 0.68% -
XYZ 19.64 26.65 43.64 -
YUV 117.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 24 155 173 0.86 0.10 0 0.32 187.25 0.76 0.39
Hex 18 9B AD 56 A 0 20 BB 4C 27
Octal 30 233 255 126 12 0 40 273 114 47
Binary 11000 10011011 10101101 1010110 1010 0 100000 10111011 1001100 100111

Color Harmonies of #189BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BAD

Black with #189BAD

Text Example


Text Example

White with #189BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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