Html Css Color HEX #15A3CD Pacific Blue

📋 copy color: '#15A3CD'

red 21 ◦ green 163 ◦ blue 205

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

Shades of Pacific Blue #15A3CD

Tints of Pacific Blue #15A3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 5.4%
G = 41.9%
B = 52.7%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15A3CD (or 0x15A3CD) is known color: Pacific Blue. HEX triplet: 15, A3 and CD. RGB value is (21,163,205). Sum of RGB (Red+Green+Blue) = 21+163+205=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #15A3CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A3CD is #EA5C32. Grayscale: #7D7D7D. Windows color (decimal): -15359027 or 13476629. OLE color: 13476629.

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

Color convert

RGB 21 163 205 -
CMYK 0.90 0.20 0 0.20
HSL 193.7º 0.81% 0.44% -
HSV(B) 193.7º 0.9% 0.8% -
XYZ 24.43 30.76 62.41 -
YUV 125.33 172.96 53.58 -
System Red Green Blue C M Y K H S L
Decimal 21 163 205 0.90 0.20 0 0.20 193.7 0.81 0.44
Hex 15 A3 CD 5A 14 0 14 C2 51 2C
Octal 25 243 315 132 24 0 24 302 121 54
Binary 10101 10100011 11001101 1011010 10100 0 10100 11000010 1010001 101100

Color Harmonies of #15A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A3CD

Black with #15A3CD

Text Example


Text Example

White with #15A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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