Html Css Color HEX #158BBB Pelorous

📋 copy color: '#158BBB'

red 21 ◦ green 139 ◦ blue 187

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

Shades of Pelorous #158BBB

Tints of Pelorous #158BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 6.05%
G = 40.06%
B = 53.89%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#158BBB (or 0x158BBB) is known color: Pelorous. HEX triplet: 15, 8B and BB. RGB value is (21,139,187). Sum of RGB (Red+Green+Blue) = 21+139+187=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #158BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BBB is #EA7444. Grayscale: #6C6C6C. Windows color (decimal): -15365189 or 12290837. OLE color: 12290837.

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

Color convert

RGB 21 139 187 -
CMYK 0.89 0.26 0 0.27
HSL 197.35º 0.8% 0.41% -
HSV(B) 197.35º 0.89% 0.73% -
XYZ 18.51 22.21 50.33 -
YUV 109.19 171.91 65.1 -
System Red Green Blue C M Y K H S L
Decimal 21 139 187 0.89 0.26 0 0.27 197.35 0.8 0.41
Hex 15 8B BB 59 1A 0 1B C5 50 29
Octal 25 213 273 131 32 0 33 305 120 51
Binary 10101 10001011 10111011 1011001 11010 0 11011 11000101 1010000 101001

Color Harmonies of #158BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BBB

Black with #158BBB

Text Example


Text Example

White with #158BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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