Html Css Color HEX #159FDC Pacific Blue

📋 copy color: '#159FDC'

red 21 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #159FDC

Tints of Pacific Blue #159FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 5.25%
G = 39.75%
B = 55%

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

#159FDC (or 0x159FDC) is known color: Pacific Blue. HEX triplet: 15, 9F and DC. RGB value is (21,159,220). Sum of RGB (Red+Green+Blue) = 21+159+220=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #159FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FDC is #EA6023. Grayscale: #7C7C7C. Windows color (decimal): -15360036 or 14458645. OLE color: 14458645.

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

Color convert

RGB 21 159 220 -
CMYK 0.90 0.28 0 0.14
HSL 198.39º 0.83% 0.47% -
HSV(B) 198.39º 0.9% 0.86% -
XYZ 25.63 30.12 72.17 -
YUV 124.69 181.78 54.04 -
System Red Green Blue C M Y K H S L
Decimal 21 159 220 0.90 0.28 0 0.14 198.39 0.83 0.47
Hex 15 9F DC 5A 1C 0 E C6 53 2F
Octal 25 237 334 132 34 0 16 306 123 57
Binary 10101 10011111 11011100 1011010 11100 0 1110 11000110 1010011 101111

Color Harmonies of #159FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FDC

Black with #159FDC

Text Example


Text Example

White with #159FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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