Html Css Color HEX #189CBA Pelorous

📋 copy color: '#189CBA'

red 24 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #189CBA

Tints of Pelorous #189CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 6.56%
G = 42.62%
B = 50.82%

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

#189CBA (or 0x189CBA) is known color: Pelorous. HEX triplet: 18, 9C and BA. RGB value is (24,156,186). Sum of RGB (Red+Green+Blue) = 24+156+186=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #189CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CBA is #E76345. Grayscale: #777777. Windows color (decimal): -15164230 or 12229656. OLE color: 12229656.

HSL color Cylindrical-coordinate representation of color #189CBA: hue angle of 191.11º 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 #189CBA is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 156 186 -
CMYK 0.87 0.16 0 0.27
HSL 191.11º 0.77% 0.41% -
HSV(B) 191.11º 0.87% 0.73% -
XYZ 21.13 27.52 50.65 -
YUV 119.95 165.27 59.56 -
System Red Green Blue C M Y K H S L
Decimal 24 156 186 0.87 0.16 0 0.27 191.11 0.77 0.41
Hex 18 9C BA 57 10 0 1B BF 4D 29
Octal 30 234 272 127 20 0 33 277 115 51
Binary 11000 10011100 10111010 1010111 10000 0 11011 10111111 1001101 101001

Color Harmonies of #189CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CBA

Black with #189CBA

Text Example


Text Example

White with #189CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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