Html Css Color HEX #15A0CA Pacific Blue

📋 copy color: '#15A0CA'

red 21 ◦ green 160 ◦ blue 202

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

Shades of Pacific Blue #15A0CA

Tints of Pacific Blue #15A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

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

R = 5.48%
G = 41.78%
B = 52.74%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#15A0CA (or 0x15A0CA) is known color: Pacific Blue. HEX triplet: 15, A0 and CA. RGB value is (21,160,202). Sum of RGB (Red+Green+Blue) = 21+160+202=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #15A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0CA is #EA5F35. Grayscale: #7A7A7A. Windows color (decimal): -15359798 or 13279253. OLE color: 13279253.

HSL color Cylindrical-coordinate representation of color #15A0CA: hue angle of 193.92º 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 #15A0CA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 160 202 -
CMYK 0.90 0.21 0 0.21
HSL 193.92º 0.81% 0.44% -
HSV(B) 193.92º 0.9% 0.79% -
XYZ 23.54 29.57 60.34 -
YUV 123.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 21 160 202 0.90 0.21 0 0.21 193.92 0.81 0.44
Hex 15 A0 CA 5A 15 0 15 C2 51 2C
Octal 25 240 312 132 25 0 25 302 121 54
Binary 10101 10100000 11001010 1011010 10101 0 10101 11000010 1010001 101100

Color Harmonies of #15A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0CA

Black with #15A0CA

Text Example


Text Example

White with #15A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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