Html Css Color HEX #189CB0 Pelorous

📋 copy color: '#189CB0'

red 24 ◦ green 156 ◦ blue 176

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

Shades of Pelorous #189CB0

Tints of Pelorous #189CB0

RGB

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

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

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

R = 6.74%
G = 43.82%
B = 49.44%

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

#189CB0 (or 0x189CB0) is known color: Pelorous. HEX triplet: 18, 9C and B0. RGB value is (24,156,176). Sum of RGB (Red+Green+Blue) = 24+156+176=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #189CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189CB0 is #E7634F. Grayscale: #767676. Windows color (decimal): -15164240 or 11574296. OLE color: 11574296.

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

Color convert

RGB 24 156 176 -
CMYK 0.86 0.11 0 0.31
HSL 187.89º 0.76% 0.39% -
HSV(B) 187.89º 0.86% 0.69% -
XYZ 20.1 27.11 45.25 -
YUV 118.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 24 156 176 0.86 0.11 0 0.31 187.89 0.76 0.39
Hex 18 9C B0 56 B 0 1F BC 4C 27
Octal 30 234 260 126 13 0 37 274 114 47
Binary 11000 10011100 10110000 1010110 1011 0 11111 10111100 1001100 100111

Color Harmonies of #189CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CB0

Black with #189CB0

Text Example


Text Example

White with #189CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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