Html Css Color HEX #159ED9 Pacific Blue

📋 copy color: '#159ED9'

red 21 ◦ green 158 ◦ blue 217

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

Shades of Pacific Blue #159ED9

Tints of Pacific Blue #159ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 5.3%
G = 39.9%
B = 54.8%

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

#159ED9 (or 0x159ED9) is known color: Pacific Blue. HEX triplet: 15, 9E and D9. RGB value is (21,158,217). Sum of RGB (Red+Green+Blue) = 21+158+217=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #159ED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ED9 is #EA6126. Grayscale: #7B7B7B. Windows color (decimal): -15360295 or 14261781. OLE color: 14261781.

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

Color convert

RGB 21 158 217 -
CMYK 0.90 0.27 0 0.15
HSL 198.06º 0.82% 0.47% -
HSV(B) 198.06º 0.9% 0.85% -
XYZ 25.06 29.62 70.04 -
YUV 123.76 180.61 54.7 -
System Red Green Blue C M Y K H S L
Decimal 21 158 217 0.90 0.27 0 0.15 198.06 0.82 0.47
Hex 15 9E D9 5A 1B 0 F C6 52 2F
Octal 25 236 331 132 33 0 17 306 122 57
Binary 10101 10011110 11011001 1011010 11011 0 1111 11000110 1010010 101111

Color Harmonies of #159ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ED9

Black with #159ED9

Text Example


Text Example

White with #159ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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