Html Css Color HEX #159FBC Pelorous

📋 copy color: '#159FBC'

red 21 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #159FBC

Tints of Pelorous #159FBC

RGB

 RED value IS 21 (8.59% from 255) = 5.71%

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

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

R = 5.71%
G = 43.21%
B = 51.09%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159FBC (or 0x159FBC) is known color: Pelorous. HEX triplet: 15, 9F and BC. RGB value is (21,159,188). Sum of RGB (Red+Green+Blue) = 21+159+188=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #159FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FBC is #EA6043. Grayscale: #787878. Windows color (decimal): -15360068 or 12361493. OLE color: 12361493.

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

Color convert

RGB 21 159 188 -
CMYK 0.89 0.15 0 0.26
HSL 190.42º 0.8% 0.41% -
HSV(B) 190.42º 0.89% 0.74% -
XYZ 21.78 28.59 51.95 -
YUV 121.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 21 159 188 0.89 0.15 0 0.26 190.42 0.8 0.41
Hex 15 9F BC 59 F 0 1A BE 50 29
Octal 25 237 274 131 17 0 32 276 120 51
Binary 10101 10011111 10111100 1011001 1111 0 11010 10111110 1010000 101001

Color Harmonies of #159FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FBC

Black with #159FBC

Text Example


Text Example

White with #159FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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