Html Css Color HEX #159ACD Pacific Blue

📋 copy color: '#159ACD'

red 21 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #159ACD

Tints of Pacific Blue #159ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 205 (80.47% from 255) = 53.95%

R = 5.53%
G = 40.53%
B = 53.95%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#159ACD (or 0x159ACD) is known color: Pacific Blue. HEX triplet: 15, 9A and CD. RGB value is (21,154,205). Sum of RGB (Red+Green+Blue) = 21+154+205=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #159ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ACD is #EA6532. Grayscale: #777777. Windows color (decimal): -15361331 or 13474325. OLE color: 13474325.

HSL color Cylindrical-coordinate representation of color #159ACD: hue angle of 196.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159ACD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 154 205 -
CMYK 0.90 0.25 0 0.20
HSL 196.63º 0.81% 0.44% -
HSV(B) 196.63º 0.9% 0.8% -
XYZ 22.88 27.68 61.89 -
YUV 120.05 175.94 57.35 -
System Red Green Blue C M Y K H S L
Decimal 21 154 205 0.90 0.25 0 0.20 196.63 0.81 0.44
Hex 15 9A CD 5A 19 0 14 C5 51 2C
Octal 25 232 315 132 31 0 24 305 121 54
Binary 10101 10011010 11001101 1011010 11001 0 10100 11000101 1010001 101100

Color Harmonies of #159ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ACD

Black with #159ACD

Text Example


Text Example

White with #159ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,154,205); }

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

background-color css

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

 a { background-color: rgb(21,154,205); }

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

border-color css

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

 span { border-color: rgb(21,154,205); }

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