Html Css Color HEX #15A0CB Pacific Blue

📋 copy color: '#15A0CB'

red 21 ◦ green 160 ◦ blue 203

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

Shades of Pacific Blue #15A0CB

Tints of Pacific Blue #15A0CB

RGB

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

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

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

R = 5.47%
G = 41.67%
B = 52.86%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15A0CB (or 0x15A0CB) is known color: Pacific Blue. HEX triplet: 15, A0 and CB. RGB value is (21,160,203). Sum of RGB (Red+Green+Blue) = 21+160+203=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #15A0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0CB is #EA5F34. Grayscale: #7B7B7B. Windows color (decimal): -15359797 or 13344789. OLE color: 13344789.

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

Color convert

RGB 21 160 203 -
CMYK 0.90 0.21 0 0.20
HSL 194.18º 0.81% 0.44% -
HSV(B) 194.18º 0.9% 0.8% -
XYZ 23.66 29.61 60.97 -
YUV 123.34 172.95 55 -
System Red Green Blue C M Y K H S L
Decimal 21 160 203 0.90 0.21 0 0.20 194.18 0.81 0.44
Hex 15 A0 CB 5A 15 0 14 C2 51 2C
Octal 25 240 313 132 25 0 24 302 121 54
Binary 10101 10100000 11001011 1011010 10101 0 10100 11000010 1010001 101100

Color Harmonies of #15A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0CB

Black with #15A0CB

Text Example


Text Example

White with #15A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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