Html Css Color HEX #158BCB Pacific Blue

📋 copy color: '#158BCB'

red 21 ◦ green 139 ◦ blue 203

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

Shades of Pacific Blue #158BCB

Tints of Pacific Blue #158BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 5.79%
G = 38.29%
B = 55.92%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#158BCB (or 0x158BCB) is known color: Pacific Blue. HEX triplet: 15, 8B and CB. RGB value is (21,139,203). Sum of RGB (Red+Green+Blue) = 21+139+203=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #158BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BCB is #EA7434. Grayscale: #6E6E6E. Windows color (decimal): -15365173 or 13339413. OLE color: 13339413.

HSL color Cylindrical-coordinate representation of color #158BCB: hue angle of 201.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158BCB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 139 203 -
CMYK 0.90 0.32 0 0.20
HSL 201.1º 0.81% 0.44% -
HSV(B) 201.1º 0.9% 0.8% -
XYZ 20.32 22.94 59.86 -
YUV 111.01 179.91 63.8 -
System Red Green Blue C M Y K H S L
Decimal 21 139 203 0.90 0.32 0 0.20 201.1 0.81 0.44
Hex 15 8B CB 5A 20 0 14 C9 51 2C
Octal 25 213 313 132 40 0 24 311 121 54
Binary 10101 10001011 11001011 1011010 100000 0 10100 11001001 1010001 101100

Color Harmonies of #158BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158BCB

Black with #158BCB

Text Example


Text Example

White with #158BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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