Html Css Color HEX #15A2B8 Pelorous

📋 copy color: '#15A2B8'

red 21 ◦ green 162 ◦ blue 184

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

Shades of Pelorous #15A2B8

Tints of Pelorous #15A2B8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 5.72%
G = 44.14%
B = 50.14%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#15A2B8 (or 0x15A2B8) is known color: Pelorous. HEX triplet: 15, A2 and B8. RGB value is (21,162,184). Sum of RGB (Red+Green+Blue) = 21+162+184=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #15A2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2B8 is #EA5D47. Grayscale: #7A7A7A. Windows color (decimal): -15359304 or 12100117. OLE color: 12100117.

HSL color Cylindrical-coordinate representation of color #15A2B8: hue angle of 188.1º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A2B8 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 162 184 -
CMYK 0.89 0.12 0 0.28
HSL 188.1º 0.8% 0.4% -
HSV(B) 188.1º 0.89% 0.72% -
XYZ 21.88 29.46 49.88 -
YUV 122.35 162.79 55.71 -
System Red Green Blue C M Y K H S L
Decimal 21 162 184 0.89 0.12 0 0.28 188.1 0.8 0.4
Hex 15 A2 B8 59 C 0 1C BC 50 28
Octal 25 242 270 131 14 0 34 274 120 50
Binary 10101 10100010 10111000 1011001 1100 0 11100 10111100 1010000 101000

Color Harmonies of #15A2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2B8

Black with #15A2B8

Text Example


Text Example

White with #15A2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,162,184); }

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

background-color css

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

 a { background-color: rgb(21,162,184); }

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

border-color css

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

 span { border-color: rgb(21,162,184); }

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