Html Css Color HEX #158AD8 Pacific Blue

📋 copy color: '#158AD8'

red 21 ◦ green 138 ◦ blue 216

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

Shades of Pacific Blue #158AD8

Tints of Pacific Blue #158AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 216 (84.77% from 255) = 57.6%

R = 5.6%
G = 36.8%
B = 57.6%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#158AD8 (or 0x158AD8) is known color: Pacific Blue. HEX triplet: 15, 8A and D8. RGB value is (21,138,216). Sum of RGB (Red+Green+Blue) = 21+138+216=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #158AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158AD8 is #EA7527. Grayscale: #6F6F6F. Windows color (decimal): -15365416 or 14191125. OLE color: 14191125.

HSL color Cylindrical-coordinate representation of color #158AD8: hue angle of 204º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158AD8 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 138 216 -
CMYK 0.90 0.36 0 0.15
HSL 204º 0.82% 0.46% -
HSV(B) 204º 0.9% 0.85% -
XYZ 21.79 23.29 68.31 -
YUV 111.91 186.74 63.16 -
System Red Green Blue C M Y K H S L
Decimal 21 138 216 0.90 0.36 0 0.15 204 0.82 0.46
Hex 15 8A D8 5A 24 0 F CC 52 2E
Octal 25 212 330 132 44 0 17 314 122 56
Binary 10101 10001010 11011000 1011010 100100 0 1111 11001100 1010010 101110

Color Harmonies of #158AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AD8

Black with #158AD8

Text Example


Text Example

White with #158AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,216); }

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

background-color css

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

 a { background-color: rgb(21,138,216); }

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

border-color css

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

 span { border-color: rgb(21,138,216); }

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