Html Css Color HEX #15A6CD Pacific Blue

📋 copy color: '#15A6CD'

red 21 ◦ green 166 ◦ blue 205

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

Shades of Pacific Blue #15A6CD

Tints of Pacific Blue #15A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 5.36%
G = 42.35%
B = 52.3%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15A6CD (or 0x15A6CD) is known color: Pacific Blue. HEX triplet: 15, A6 and CD. RGB value is (21,166,205). Sum of RGB (Red+Green+Blue) = 21+166+205=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #15A6CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6CD is #EA5932. Grayscale: #7E7E7E. Windows color (decimal): -15358259 or 13477397. OLE color: 13477397.

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

Color convert

RGB 21 166 205 -
CMYK 0.90 0.19 0 0.20
HSL 192.72º 0.81% 0.44% -
HSV(B) 192.72º 0.9% 0.8% -
XYZ 24.96 31.84 62.59 -
YUV 127.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 21 166 205 0.90 0.19 0 0.20 192.72 0.81 0.44
Hex 15 A6 CD 5A 13 0 14 C1 51 2C
Octal 25 246 315 132 23 0 24 301 121 54
Binary 10101 10100110 11001101 1011010 10011 0 10100 11000001 1010001 101100

Color Harmonies of #15A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A6CD

Black with #15A6CD

Text Example


Text Example

White with #15A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,166,205); }

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

background-color css

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

 a { background-color: rgb(21,166,205); }

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

border-color css

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

 span { border-color: rgb(21,166,205); }

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