Html Css Color HEX #159DCB Pacific Blue

📋 copy color: '#159DCB'

red 21 ◦ green 157 ◦ blue 203

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

Shades of Pacific Blue #159DCB

Tints of Pacific Blue #159DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 5.51%
G = 41.21%
B = 53.28%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#159DCB (or 0x159DCB) is known color: Pacific Blue. HEX triplet: 15, 9D and CB. RGB value is (21,157,203). Sum of RGB (Red+Green+Blue) = 21+157+203=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #159DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DCB is #EA6234. Grayscale: #797979. Windows color (decimal): -15360565 or 13344021. OLE color: 13344021.

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

Color convert

RGB 21 157 203 -
CMYK 0.90 0.23 0 0.20
HSL 195.16º 0.81% 0.44% -
HSV(B) 195.16º 0.9% 0.8% -
XYZ 23.15 28.59 60.8 -
YUV 121.58 173.94 56.26 -
System Red Green Blue C M Y K H S L
Decimal 21 157 203 0.90 0.23 0 0.20 195.16 0.81 0.44
Hex 15 9D CB 5A 17 0 14 C3 51 2C
Octal 25 235 313 132 27 0 24 303 121 54
Binary 10101 10011101 11001011 1011010 10111 0 10100 11000011 1010001 101100

Color Harmonies of #159DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DCB

Black with #159DCB

Text Example


Text Example

White with #159DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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