Html Css Color HEX #159DC7 Pacific Blue

📋 copy color: '#159DC7'

red 21 ◦ green 157 ◦ blue 199

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

Shades of Pacific Blue #159DC7

Tints of Pacific Blue #159DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.79%

R = 5.57%
G = 41.64%
B = 52.79%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#159DC7 (or 0x159DC7) is known color: Pacific Blue. HEX triplet: 15, 9D and C7. RGB value is (21,157,199). Sum of RGB (Red+Green+Blue) = 21+157+199=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #159DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DC7 is #EA6238. Grayscale: #787878. Windows color (decimal): -15360569 or 13081877. OLE color: 13081877.

HSL color Cylindrical-coordinate representation of color #159DC7: hue angle of 194.16º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159DC7 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 157 199 -
CMYK 0.89 0.21 0 0.22
HSL 194.16º 0.81% 0.43% -
HSV(B) 194.16º 0.89% 0.78% -
XYZ 22.68 28.4 58.32 -
YUV 121.12 171.94 56.58 -
System Red Green Blue C M Y K H S L
Decimal 21 157 199 0.89 0.21 0 0.22 194.16 0.81 0.43
Hex 15 9D C7 59 15 0 16 C2 51 2B
Octal 25 235 307 131 25 0 26 302 121 53
Binary 10101 10011101 11000111 1011001 10101 0 10110 11000010 1010001 101011

Color Harmonies of #159DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DC7

Black with #159DC7

Text Example


Text Example

White with #159DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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