Html Css Color HEX #158BBC Pelorous

📋 copy color: '#158BBC'

red 21 ◦ green 139 ◦ blue 188

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

Shades of Pelorous #158BBC

Tints of Pelorous #158BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.94%

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

R = 6.03%
G = 39.94%
B = 54.02%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#158BBC (or 0x158BBC) is known color: Pelorous. HEX triplet: 15, 8B and BC. RGB value is (21,139,188). Sum of RGB (Red+Green+Blue) = 21+139+188=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #158BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BBC is #EA7443. Grayscale: #6C6C6C. Windows color (decimal): -15365188 or 12356373. OLE color: 12356373.

HSL color Cylindrical-coordinate representation of color #158BBC: hue angle of 197.6º 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 #158BBC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 139 188 -
CMYK 0.89 0.26 0 0.26
HSL 197.6º 0.8% 0.41% -
HSV(B) 197.6º 0.89% 0.74% -
XYZ 18.62 22.26 50.89 -
YUV 109.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 21 139 188 0.89 0.26 0 0.26 197.6 0.8 0.41
Hex 15 8B BC 59 1A 0 1A C6 50 29
Octal 25 213 274 131 32 0 32 306 120 51
Binary 10101 10001011 10111100 1011001 11010 0 11010 11000110 1010000 101001

Color Harmonies of #158BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BBC

Black with #158BBC

Text Example


Text Example

White with #158BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158BBC; }

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

 H1.HeaderClassName
 {
   color: #158BBC;
 }
 .AnyTagClassName
 {
   color: #158BBC;
 }
</style>

background-color css

<style>
 a { background-color: #158BBC; }

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

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

border-color css

<style>
 span { border-color: #158BBC; }

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

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