Html Css Color HEX #159CCB Pacific Blue

📋 copy color: '#159CCB'

red 21 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #159CCB

Tints of Pacific Blue #159CCB

RGB

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

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

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

R = 5.53%
G = 41.05%
B = 53.42%

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

#159CCB (or 0x159CCB) is known color: Pacific Blue. HEX triplet: 15, 9C and CB. RGB value is (21,156,203). Sum of RGB (Red+Green+Blue) = 21+156+203=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #159CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CCB is #EA6334. Grayscale: #787878. Windows color (decimal): -15360821 or 13343765. OLE color: 13343765.

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

Color convert

RGB 21 156 203 -
CMYK 0.90 0.23 0 0.20
HSL 195.49º 0.81% 0.44% -
HSV(B) 195.49º 0.9% 0.8% -
XYZ 22.98 28.25 60.74 -
YUV 120.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 21 156 203 0.90 0.23 0 0.20 195.49 0.81 0.44
Hex 15 9C CB 5A 17 0 14 C3 51 2C
Octal 25 234 313 132 27 0 24 303 121 54
Binary 10101 10011100 11001011 1011010 10111 0 10100 11000011 1010001 101100

Color Harmonies of #159CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CCB

Black with #159CCB

Text Example


Text Example

White with #159CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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