Html Css Color HEX #15A2C3 Pacific Blue

📋 copy color: '#15A2C3'

red 21 ◦ green 162 ◦ blue 195

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

Shades of Pacific Blue #15A2C3

Tints of Pacific Blue #15A2C3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 195 (76.56% from 255) = 51.59%

R = 5.56%
G = 42.86%
B = 51.59%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15A2C3 (or 0x15A2C3) is known color: Pacific Blue. HEX triplet: 15, A2 and C3. RGB value is (21,162,195). Sum of RGB (Red+Green+Blue) = 21+162+195=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #15A2C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2C3 is #EA5D3C. Grayscale: #7B7B7B. Windows color (decimal): -15359293 or 12821013. OLE color: 12821013.

HSL color Cylindrical-coordinate representation of color #15A2C3: hue angle of 191.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A2C3 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 162 195 -
CMYK 0.89 0.17 0 0.24
HSL 191.38º 0.81% 0.42% -
HSV(B) 191.38º 0.89% 0.76% -
XYZ 23.08 29.94 56.19 -
YUV 123.6 168.29 54.82 -
System Red Green Blue C M Y K H S L
Decimal 21 162 195 0.89 0.17 0 0.24 191.38 0.81 0.42
Hex 15 A2 C3 59 11 0 18 BF 51 2A
Octal 25 242 303 131 21 0 30 277 121 52
Binary 10101 10100010 11000011 1011001 10001 0 11000 10111111 1010001 101010

Color Harmonies of #15A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2C3

Black with #15A2C3

Text Example


Text Example

White with #15A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,162,195); }

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

background-color css

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

 a { background-color: rgb(21,162,195); }

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

border-color css

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

 span { border-color: rgb(21,162,195); }

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