Html Css Color HEX #159EDC Pacific Blue

📋 copy color: '#159EDC'

red 21 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #159EDC

Tints of Pacific Blue #159EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 5.26%
G = 39.6%
B = 55.14%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#159EDC (or 0x159EDC) is known color: Pacific Blue. HEX triplet: 15, 9E and DC. RGB value is (21,158,220). Sum of RGB (Red+Green+Blue) = 21+158+220=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #159EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EDC is #EA6123. Grayscale: #7B7B7B. Windows color (decimal): -15360292 or 14458389. OLE color: 14458389.

HSL color Cylindrical-coordinate representation of color #159EDC: hue angle of 198.69º degrees, saturation: 0.83, 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 #159EDC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 158 220 -
CMYK 0.90 0.28 0 0.14
HSL 198.69º 0.83% 0.47% -
HSV(B) 198.69º 0.9% 0.86% -
XYZ 25.45 29.78 72.12 -
YUV 124.11 182.11 54.46 -
System Red Green Blue C M Y K H S L
Decimal 21 158 220 0.90 0.28 0 0.14 198.69 0.83 0.47
Hex 15 9E DC 5A 1C 0 E C7 53 2F
Octal 25 236 334 132 34 0 16 307 123 57
Binary 10101 10011110 11011100 1011010 11100 0 1110 11000111 1010011 101111

Color Harmonies of #159EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EDC

Black with #159EDC

Text Example


Text Example

White with #159EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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