Html Css Color HEX #159DCD Pacific Blue

📋 copy color: '#159DCD'

red 21 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #159DCD

Tints of Pacific Blue #159DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

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

R = 5.48%
G = 40.99%
B = 53.52%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#159DCD (or 0x159DCD) is known color: Pacific Blue. HEX triplet: 15, 9D and CD. RGB value is (21,157,205). Sum of RGB (Red+Green+Blue) = 21+157+205=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #159DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DCD is #EA6232. Grayscale: #797979. Windows color (decimal): -15360563 or 13475093. OLE color: 13475093.

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

Color convert

RGB 21 157 205 -
CMYK 0.90 0.23 0 0.20
HSL 195.65º 0.81% 0.44% -
HSV(B) 195.65º 0.9% 0.8% -
XYZ 23.39 28.68 62.06 -
YUV 121.81 174.94 56.1 -
System Red Green Blue C M Y K H S L
Decimal 21 157 205 0.90 0.23 0 0.20 195.65 0.81 0.44
Hex 15 9D CD 5A 17 0 14 C4 51 2C
Octal 25 235 315 132 27 0 24 304 121 54
Binary 10101 10011101 11001101 1011010 10111 0 10100 11000100 1010001 101100

Color Harmonies of #159DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DCD

Black with #159DCD

Text Example


Text Example

White with #159DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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