Html Css Color HEX #189FBC Pelorous

📋 copy color: '#189FBC'

red 24 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #189FBC

Tints of Pelorous #189FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 6.47%
G = 42.86%
B = 50.67%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#189FBC (or 0x189FBC) is known color: Pelorous. HEX triplet: 18, 9F and BC. RGB value is (24,159,188). Sum of RGB (Red+Green+Blue) = 24+159+188=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #189FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FBC is #E76043. Grayscale: #797979. Windows color (decimal): -15163460 or 12361496. OLE color: 12361496.

HSL color Cylindrical-coordinate representation of color #189FBC: hue angle of 190.61º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189FBC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 159 188 -
CMYK 0.87 0.15 0 0.26
HSL 190.61º 0.77% 0.42% -
HSV(B) 190.61º 0.87% 0.74% -
XYZ 21.85 28.62 51.95 -
YUV 121.94 165.27 58.14 -
System Red Green Blue C M Y K H S L
Decimal 24 159 188 0.87 0.15 0 0.26 190.61 0.77 0.42
Hex 18 9F BC 57 F 0 1A BF 4D 2A
Octal 30 237 274 127 17 0 32 277 115 52
Binary 11000 10011111 10111100 1010111 1111 0 11010 10111111 1001101 101010

Color Harmonies of #189FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FBC

Black with #189FBC

Text Example


Text Example

White with #189FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,159,188); }

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

background-color css

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

 a { background-color: rgb(24,159,188); }

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

border-color css

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

 span { border-color: rgb(24,159,188); }

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