Html Css Color HEX #15A4D8 Pacific Blue

📋 copy color: '#15A4D8'

red 21 ◦ green 164 ◦ blue 216

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

Shades of Pacific Blue #15A4D8

Tints of Pacific Blue #15A4D8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 216 (84.77% from 255) = 53.87%

R = 5.24%
G = 40.9%
B = 53.87%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15A4D8 (or 0x15A4D8) is known color: Pacific Blue. HEX triplet: 15, A4 and D8. RGB value is (21,164,216). Sum of RGB (Red+Green+Blue) = 21+164+216=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #15A4D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A4D8 is #EA5B27. Grayscale: #7E7E7E. Windows color (decimal): -15358760 or 14197781. OLE color: 14197781.

HSL color Cylindrical-coordinate representation of color #15A4D8: hue angle of 196º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A4D8 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 164 216 -
CMYK 0.90 0.24 0 0.15
HSL 196º 0.82% 0.46% -
HSV(B) 196º 0.9% 0.85% -
XYZ 25.98 31.67 69.71 -
YUV 127.17 178.12 52.27 -
System Red Green Blue C M Y K H S L
Decimal 21 164 216 0.90 0.24 0 0.15 196 0.82 0.46
Hex 15 A4 D8 5A 18 0 F C4 52 2E
Octal 25 244 330 132 30 0 17 304 122 56
Binary 10101 10100100 11011000 1011010 11000 0 1111 11000100 1010010 101110

Color Harmonies of #15A4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A4D8

Black with #15A4D8

Text Example


Text Example

White with #15A4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,164,216); }

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

background-color css

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

 a { background-color: rgb(21,164,216); }

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

border-color css

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

 span { border-color: rgb(21,164,216); }

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