Html Css Color HEX #15A1DD Pacific Blue

📋 copy color: '#15A1DD'

red 21 ◦ green 161 ◦ blue 221

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

Shades of Pacific Blue #15A1DD

Tints of Pacific Blue #15A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 5.21%
G = 39.95%
B = 54.84%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15A1DD (or 0x15A1DD) is known color: Pacific Blue. HEX triplet: 15, A1 and DD. RGB value is (21,161,221). Sum of RGB (Red+Green+Blue) = 21+161+221=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #15A1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1DD is #EA5E22. Grayscale: #7D7D7D. Windows color (decimal): -15359523 or 14524693. OLE color: 14524693.

HSL color Cylindrical-coordinate representation of color #15A1DD: hue angle of 198º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A1DD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 161 221 -
CMYK 0.90 0.27 0 0.13
HSL 198º 0.83% 0.47% -
HSV(B) 198º 0.9% 0.87% -
XYZ 26.11 30.87 72.99 -
YUV 125.98 181.62 53.12 -
System Red Green Blue C M Y K H S L
Decimal 21 161 221 0.90 0.27 0 0.13 198 0.83 0.47
Hex 15 A1 DD 5A 1B 0 D C6 53 2F
Octal 25 241 335 132 33 0 15 306 123 57
Binary 10101 10100001 11011101 1011010 11011 0 1101 11000110 1010011 101111

Color Harmonies of #15A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A1DD

Black with #15A1DD

Text Example


Text Example

White with #15A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,161,221); }

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

background-color css

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

 a { background-color: rgb(21,161,221); }

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

border-color css

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

 span { border-color: rgb(21,161,221); }

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