Html Css Color HEX #159DCE Pacific Blue

📋 copy color: '#159DCE'

red 21 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #159DCE

Tints of Pacific Blue #159DCE

RGB

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

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

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

R = 5.47%
G = 40.89%
B = 53.65%

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

#159DCE (or 0x159DCE) is known color: Pacific Blue. HEX triplet: 15, 9D and CE. RGB value is (21,157,206). Sum of RGB (Red+Green+Blue) = 21+157+206=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #159DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DCE is #EA6231. Grayscale: #797979. Windows color (decimal): -15360562 or 13540629. OLE color: 13540629.

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

Color convert

RGB 21 157 206 -
CMYK 0.90 0.24 0 0.19
HSL 195.89º 0.81% 0.45% -
HSV(B) 195.89º 0.9% 0.81% -
XYZ 23.51 28.73 62.7 -
YUV 121.92 175.44 56.02 -
System Red Green Blue C M Y K H S L
Decimal 21 157 206 0.90 0.24 0 0.19 195.89 0.81 0.45
Hex 15 9D CE 5A 18 0 13 C4 51 2D
Octal 25 235 316 132 30 0 23 304 121 55
Binary 10101 10011101 11001110 1011010 11000 0 10011 11000100 1010001 101101

Color Harmonies of #159DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DCE

Black with #159DCE

Text Example


Text Example

White with #159DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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