Html Css Color HEX #159FCF Pacific Blue

📋 copy color: '#159FCF'

red 21 ◦ green 159 ◦ blue 207

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

Shades of Pacific Blue #159FCF

Tints of Pacific Blue #159FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 5.43%
G = 41.09%
B = 53.49%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#159FCF (or 0x159FCF) is known color: Pacific Blue. HEX triplet: 15, 9F and CF. RGB value is (21,159,207). Sum of RGB (Red+Green+Blue) = 21+159+207=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #159FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FCF is #EA6030. Grayscale: #7A7A7A. Windows color (decimal): -15360049 or 13606677. OLE color: 13606677.

HSL color Cylindrical-coordinate representation of color #159FCF: hue angle of 195.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FCF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 159 207 -
CMYK 0.90 0.23 0 0.19
HSL 195.48º 0.82% 0.45% -
HSV(B) 195.48º 0.9% 0.81% -
XYZ 23.97 29.46 63.45 -
YUV 123.21 175.28 55.1 -
System Red Green Blue C M Y K H S L
Decimal 21 159 207 0.90 0.23 0 0.19 195.48 0.82 0.45
Hex 15 9F CF 5A 17 0 13 C3 52 2D
Octal 25 237 317 132 27 0 23 303 122 55
Binary 10101 10011111 11001111 1011010 10111 0 10011 11000011 1010010 101101

Color Harmonies of #159FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FCF

Black with #159FCF

Text Example


Text Example

White with #159FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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