Html Css Color HEX #15A1C0 Pacific Blue

📋 copy color: '#15A1C0'

red 21 ◦ green 161 ◦ blue 192

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

Shades of Pacific Blue #15A1C0

Tints of Pacific Blue #15A1C0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 5.61%
G = 43.05%
B = 51.34%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15A1C0 (or 0x15A1C0) is known color: Pacific Blue. HEX triplet: 15, A1 and C0. RGB value is (21,161,192). Sum of RGB (Red+Green+Blue) = 21+161+192=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #15A1C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1C0 is #EA5E3F. Grayscale: #7A7A7A. Windows color (decimal): -15359552 or 12624149. OLE color: 12624149.

HSL color Cylindrical-coordinate representation of color #15A1C0: hue angle of 190.88º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A1C0 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 161 192 -
CMYK 0.89 0.16 0 0.25
HSL 190.88º 0.8% 0.42% -
HSV(B) 190.88º 0.89% 0.75% -
XYZ 22.57 29.45 54.37 -
YUV 122.67 167.12 55.48 -
System Red Green Blue C M Y K H S L
Decimal 21 161 192 0.89 0.16 0 0.25 190.88 0.8 0.42
Hex 15 A1 C0 59 10 0 19 BF 50 2A
Octal 25 241 300 131 20 0 31 277 120 52
Binary 10101 10100001 11000000 1011001 10000 0 11001 10111111 1010000 101010

Color Harmonies of #15A1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A1C0

Black with #15A1C0

Text Example


Text Example

White with #15A1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A1C0; }

 p { color: rgb(21,161,192); }

 H1.HeaderClassName
 {
   color: #15A1C0;
 }
 .AnyTagClassName
 {
   color: #15A1C0;
 }
</style>

background-color css

<style>
 a { background-color: #15A1C0; }

 a { background-color: rgb(21,161,192); }

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

border-color css

<style>
 span { border-color: #15A1C0; }

 span { border-color: rgb(21,161,192); }

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