Html Css Color HEX #189EB0 Pelorous

📋 copy color: '#189EB0'

red 24 ◦ green 158 ◦ blue 176

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

Shades of Pelorous #189EB0

Tints of Pelorous #189EB0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

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

R = 6.7%
G = 44.13%
B = 49.16%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#189EB0 (or 0x189EB0) is known color: Pelorous. HEX triplet: 18, 9E and B0. RGB value is (24,158,176). Sum of RGB (Red+Green+Blue) = 24+158+176=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #189EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189EB0 is #E7614F. Grayscale: #777777. Windows color (decimal): -15163728 or 11574808. OLE color: 11574808.

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

Color convert

RGB 24 158 176 -
CMYK 0.86 0.10 0 0.31
HSL 187.11º 0.76% 0.39% -
HSV(B) 187.11º 0.86% 0.69% -
XYZ 20.44 27.78 45.36 -
YUV 119.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 24 158 176 0.86 0.10 0 0.31 187.11 0.76 0.39
Hex 18 9E B0 56 A 0 1F BB 4C 27
Octal 30 236 260 126 12 0 37 273 114 47
Binary 11000 10011110 10110000 1010110 1010 0 11111 10111011 1001100 100111

Color Harmonies of #189EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EB0

Black with #189EB0

Text Example


Text Example

White with #189EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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