Html Css Color HEX #159ED8 Pacific Blue

📋 copy color: '#159ED8'

red 21 ◦ green 158 ◦ blue 216

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

Shades of Pacific Blue #159ED8

Tints of Pacific Blue #159ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 5.32%
G = 40%
B = 54.68%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#159ED8 (or 0x159ED8) is known color: Pacific Blue. HEX triplet: 15, 9E and D8. RGB value is (21,158,216). Sum of RGB (Red+Green+Blue) = 21+158+216=395 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.32% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #159ED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ED8 is #EA6127. Grayscale: #7B7B7B. Windows color (decimal): -15360296 or 14196245. OLE color: 14196245.

HSL color Cylindrical-coordinate representation of color #159ED8: hue angle of 197.85º 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 #159ED8 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 158 216 -
CMYK 0.90 0.27 0 0.15
HSL 197.85º 0.82% 0.46% -
HSV(B) 197.85º 0.9% 0.85% -
XYZ 24.93 29.57 69.36 -
YUV 123.65 180.11 54.78 -
System Red Green Blue C M Y K H S L
Decimal 21 158 216 0.90 0.27 0 0.15 197.85 0.82 0.46
Hex 15 9E D8 5A 1B 0 F C6 52 2E
Octal 25 236 330 132 33 0 17 306 122 56
Binary 10101 10011110 11011000 1011010 11011 0 1111 11000110 1010010 101110

Color Harmonies of #159ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ED8

Black with #159ED8

Text Example


Text Example

White with #159ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159ED8; }

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

 H1.HeaderClassName
 {
   color: #159ED8;
 }
 .AnyTagClassName
 {
   color: #159ED8;
 }
</style>

background-color css

<style>
 a { background-color: #159ED8; }

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

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

border-color css

<style>
 span { border-color: #159ED8; }

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

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