Html Css Color HEX #159CCE Pacific Blue

📋 copy color: '#159CCE'

red 21 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #159CCE

Tints of Pacific Blue #159CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 5.48%
G = 40.73%
B = 53.79%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#159CCE (or 0x159CCE) is known color: Pacific Blue. HEX triplet: 15, 9C and CE. RGB value is (21,156,206). Sum of RGB (Red+Green+Blue) = 21+156+206=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #159CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CCE is #EA6331. Grayscale: #787878. Windows color (decimal): -15360818 or 13540373. OLE color: 13540373.

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

Color convert

RGB 21 156 206 -
CMYK 0.90 0.24 0 0.19
HSL 196.22º 0.81% 0.45% -
HSV(B) 196.22º 0.9% 0.81% -
XYZ 23.34 28.39 62.64 -
YUV 121.34 175.77 56.43 -
System Red Green Blue C M Y K H S L
Decimal 21 156 206 0.90 0.24 0 0.19 196.22 0.81 0.45
Hex 15 9C CE 5A 18 0 13 C4 51 2D
Octal 25 234 316 132 30 0 23 304 121 55
Binary 10101 10011100 11001110 1011010 11000 0 10011 11000100 1010001 101101

Color Harmonies of #159CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CCE

Black with #159CCE

Text Example


Text Example

White with #159CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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