Html Css Color HEX #158BBE Pelorous

📋 copy color: '#158BBE'

red 21 ◦ green 139 ◦ blue 190

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

Shades of Pelorous #158BBE

Tints of Pelorous #158BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 6%
G = 39.71%
B = 54.29%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#158BBE (or 0x158BBE) is known color: Pelorous. HEX triplet: 15, 8B and BE. RGB value is (21,139,190). Sum of RGB (Red+Green+Blue) = 21+139+190=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #158BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BBE is #EA7441. Grayscale: #6D6D6D. Windows color (decimal): -15365186 or 12487445. OLE color: 12487445.

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

Color convert

RGB 21 139 190 -
CMYK 0.89 0.27 0 0.25
HSL 198.11º 0.8% 0.41% -
HSV(B) 198.11º 0.89% 0.75% -
XYZ 18.84 22.34 52.03 -
YUV 109.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 21 139 190 0.89 0.27 0 0.25 198.11 0.8 0.41
Hex 15 8B BE 59 1B 0 19 C6 50 29
Octal 25 213 276 131 33 0 31 306 120 51
Binary 10101 10001011 10111110 1011001 11011 0 11001 11000110 1010000 101001

Color Harmonies of #158BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BBE

Black with #158BBE

Text Example


Text Example

White with #158BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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