Html Css Color HEX #158CBB Pelorous

📋 copy color: '#158CBB'

red 21 ◦ green 140 ◦ blue 187

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

Shades of Pelorous #158CBB

Tints of Pelorous #158CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.23%

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

R = 6.03%
G = 40.23%
B = 53.74%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#158CBB (or 0x158CBB) is known color: Pelorous. HEX triplet: 15, 8C and BB. RGB value is (21,140,187). Sum of RGB (Red+Green+Blue) = 21+140+187=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #158CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CBB is #EA7344. Grayscale: #6D6D6D. Windows color (decimal): -15364933 or 12291093. OLE color: 12291093.

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

Color convert

RGB 21 140 187 -
CMYK 0.89 0.25 0 0.27
HSL 196.99º 0.8% 0.41% -
HSV(B) 196.99º 0.89% 0.73% -
XYZ 18.66 22.5 50.37 -
YUV 109.78 171.58 64.68 -
System Red Green Blue C M Y K H S L
Decimal 21 140 187 0.89 0.25 0 0.27 196.99 0.8 0.41
Hex 15 8C BB 59 19 0 1B C5 50 29
Octal 25 214 273 131 31 0 33 305 120 51
Binary 10101 10001100 10111011 1011001 11001 0 11011 11000101 1010000 101001

Color Harmonies of #158CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158CBB

Black with #158CBB

Text Example


Text Example

White with #158CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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