Html Css Color HEX #189DB0 Pelorous

📋 copy color: '#189DB0'

red 24 ◦ green 157 ◦ blue 176

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

Shades of Pelorous #189DB0

Tints of Pelorous #189DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 176 (69.14% from 255) = 49.3%

R = 6.72%
G = 43.98%
B = 49.3%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#189DB0 (or 0x189DB0) is known color: Pelorous. HEX triplet: 18, 9D and B0. RGB value is (24,157,176). Sum of RGB (Red+Green+Blue) = 24+157+176=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #189DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DB0 is #E7624F. Grayscale: #777777. Windows color (decimal): -15163984 or 11574552. OLE color: 11574552.

HSL color Cylindrical-coordinate representation of color #189DB0: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189DB0 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 157 176 -
CMYK 0.86 0.11 0 0.31
HSL 187.5º 0.76% 0.39% -
HSV(B) 187.5º 0.86% 0.69% -
XYZ 20.27 27.44 45.3 -
YUV 119.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 24 157 176 0.86 0.11 0 0.31 187.5 0.76 0.39
Hex 18 9D B0 56 B 0 1F BC 4C 27
Octal 30 235 260 126 13 0 37 274 114 47
Binary 11000 10011101 10110000 1010110 1011 0 11111 10111100 1001100 100111

Color Harmonies of #189DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DB0

Black with #189DB0

Text Example


Text Example

White with #189DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,157,176); }

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

background-color css

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

 a { background-color: rgb(24,157,176); }

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

border-color css

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

 span { border-color: rgb(24,157,176); }

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