Html Css Color HEX #158EDB Pacific Blue

📋 copy color: '#158EDB'

red 21 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #158EDB

Tints of Pacific Blue #158EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 5.5%
G = 37.17%
B = 57.33%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#158EDB (or 0x158EDB) is known color: Pacific Blue. HEX triplet: 15, 8E and DB. RGB value is (21,142,219). Sum of RGB (Red+Green+Blue) = 21+142+219=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #158EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158EDB is #EA7124. Grayscale: #727272. Windows color (decimal): -15364389 or 14388757. OLE color: 14388757.

HSL color Cylindrical-coordinate representation of color #158EDB: hue angle of 203.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158EDB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 142 219 -
CMYK 0.90 0.35 0 0.14
HSL 203.33º 0.83% 0.47% -
HSV(B) 203.33º 0.9% 0.86% -
XYZ 22.77 24.62 70.57 -
YUV 114.6 186.91 61.24 -
System Red Green Blue C M Y K H S L
Decimal 21 142 219 0.90 0.35 0 0.14 203.33 0.83 0.47
Hex 15 8E DB 5A 23 0 E CB 52 2F
Octal 25 216 333 132 43 0 16 313 122 57
Binary 10101 10001110 11011011 1011010 100011 0 1110 11001011 1010010 101111

Color Harmonies of #158EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158EDB

Black with #158EDB

Text Example


Text Example

White with #158EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,142,219); }

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

background-color css

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

 a { background-color: rgb(21,142,219); }

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

border-color css

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

 span { border-color: rgb(21,142,219); }

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