Html Css Color HEX #189CB9 Pelorous

📋 copy color: '#189CB9'

red 24 ◦ green 156 ◦ blue 185

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

Shades of Pelorous #189CB9

Tints of Pelorous #189CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 6.58%
G = 42.74%
B = 50.68%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#189CB9 (or 0x189CB9) is known color: Pelorous. HEX triplet: 18, 9C and B9. RGB value is (24,156,185). Sum of RGB (Red+Green+Blue) = 24+156+185=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #189CB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CB9 is #E76346. Grayscale: #777777. Windows color (decimal): -15164231 or 12164120. OLE color: 12164120.

HSL color Cylindrical-coordinate representation of color #189CB9: hue angle of 190.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189CB9 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 156 185 -
CMYK 0.87 0.16 0 0.27
HSL 190.81º 0.77% 0.41% -
HSV(B) 190.81º 0.87% 0.73% -
XYZ 21.02 27.47 50.09 -
YUV 119.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 24 156 185 0.87 0.16 0 0.27 190.81 0.77 0.41
Hex 18 9C B9 57 10 0 1B BF 4D 29
Octal 30 234 271 127 20 0 33 277 115 51
Binary 11000 10011100 10111001 1010111 10000 0 11011 10111111 1001101 101001

Color Harmonies of #189CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CB9

Black with #189CB9

Text Example


Text Example

White with #189CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,156,185); }

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

background-color css

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

 a { background-color: rgb(24,156,185); }

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

border-color css

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

 span { border-color: rgb(24,156,185); }

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