Html Css Color HEX #159CCA Pacific Blue

📋 copy color: '#159CCA'

red 21 ◦ green 156 ◦ blue 202

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

Shades of Pacific Blue #159CCA

Tints of Pacific Blue #159CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 5.54%
G = 41.16%
B = 53.3%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#159CCA (or 0x159CCA) is known color: Pacific Blue. HEX triplet: 15, 9C and CA. RGB value is (21,156,202). Sum of RGB (Red+Green+Blue) = 21+156+202=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #159CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CCA is #EA6335. Grayscale: #787878. Windows color (decimal): -15360822 or 13278229. OLE color: 13278229.

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

Color convert

RGB 21 156 202 -
CMYK 0.90 0.23 0 0.21
HSL 195.25º 0.81% 0.44% -
HSV(B) 195.25º 0.9% 0.79% -
XYZ 22.86 28.2 60.12 -
YUV 120.88 173.77 56.76 -
System Red Green Blue C M Y K H S L
Decimal 21 156 202 0.90 0.23 0 0.21 195.25 0.81 0.44
Hex 15 9C CA 5A 17 0 15 C3 51 2C
Octal 25 234 312 132 27 0 25 303 121 54
Binary 10101 10011100 11001010 1011010 10111 0 10101 11000011 1010001 101100

Color Harmonies of #159CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CCA

Black with #159CCA

Text Example


Text Example

White with #159CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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