Html Css Color HEX #159ED0 Pacific Blue

📋 copy color: '#159ED0'

red 21 ◦ green 158 ◦ blue 208

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

Shades of Pacific Blue #159ED0

Tints of Pacific Blue #159ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.75%

R = 5.43%
G = 40.83%
B = 53.75%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#159ED0 (or 0x159ED0) is known color: Pacific Blue. HEX triplet: 15, 9E and D0. RGB value is (21,158,208). Sum of RGB (Red+Green+Blue) = 21+158+208=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #159ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ED0 is #EA612F. Grayscale: #7A7A7A. Windows color (decimal): -15360304 or 13671957. OLE color: 13671957.

HSL color Cylindrical-coordinate representation of color #159ED0: hue angle of 196.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159ED0 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 158 208 -
CMYK 0.90 0.24 0 0.18
HSL 196.04º 0.82% 0.45% -
HSV(B) 196.04º 0.9% 0.82% -
XYZ 23.92 29.17 64.04 -
YUV 122.74 176.11 55.43 -
System Red Green Blue C M Y K H S L
Decimal 21 158 208 0.90 0.24 0 0.18 196.04 0.82 0.45
Hex 15 9E D0 5A 18 0 12 C4 52 2D
Octal 25 236 320 132 30 0 22 304 122 55
Binary 10101 10011110 11010000 1011010 11000 0 10010 11000100 1010010 101101

Color Harmonies of #159ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ED0

Black with #159ED0

Text Example


Text Example

White with #159ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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