Html Css Color HEX #159CCF Pacific Blue

📋 copy color: '#159CCF'

red 21 ◦ green 156 ◦ blue 207

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

Shades of Pacific Blue #159CCF

Tints of Pacific Blue #159CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

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

R = 5.47%
G = 40.63%
B = 53.91%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#159CCF (or 0x159CCF) is known color: Pacific Blue. HEX triplet: 15, 9C and CF. RGB value is (21,156,207). Sum of RGB (Red+Green+Blue) = 21+156+207=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #159CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CCF is #EA6330. Grayscale: #797979. Windows color (decimal): -15360817 or 13605909. OLE color: 13605909.

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

Color convert

RGB 21 156 207 -
CMYK 0.90 0.25 0 0.19
HSL 196.45º 0.82% 0.45% -
HSV(B) 196.45º 0.9% 0.81% -
XYZ 23.46 28.44 63.28 -
YUV 121.45 176.27 56.35 -
System Red Green Blue C M Y K H S L
Decimal 21 156 207 0.90 0.25 0 0.19 196.45 0.82 0.45
Hex 15 9C CF 5A 19 0 13 C4 52 2D
Octal 25 234 317 132 31 0 23 304 122 55
Binary 10101 10011100 11001111 1011010 11001 0 10011 11000100 1010010 101101

Color Harmonies of #159CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CCF

Black with #159CCF

Text Example


Text Example

White with #159CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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