Html Css Color HEX #15A5BA Pelorous

📋 copy color: '#15A5BA'

red 21 ◦ green 165 ◦ blue 186

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

Shades of Pelorous #15A5BA

Tints of Pelorous #15A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 5.65%
G = 44.35%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#15A5BA (or 0x15A5BA) is known color: Pelorous. HEX triplet: 15, A5 and BA. RGB value is (21,165,186). Sum of RGB (Red+Green+Blue) = 21+165+186=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #15A5BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5BA is #EA5A45. Grayscale: #7C7C7C. Windows color (decimal): -15358534 or 12231957. OLE color: 12231957.

HSL color Cylindrical-coordinate representation of color #15A5BA: hue angle of 187.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A5BA is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 165 186 -
CMYK 0.89 0.11 0 0.27
HSL 187.64º 0.8% 0.41% -
HSV(B) 187.64º 0.89% 0.73% -
XYZ 22.63 30.61 51.17 -
YUV 124.34 162.79 54.29 -
System Red Green Blue C M Y K H S L
Decimal 21 165 186 0.89 0.11 0 0.27 187.64 0.8 0.41
Hex 15 A5 BA 59 B 0 1B BC 50 29
Octal 25 245 272 131 13 0 33 274 120 51
Binary 10101 10100101 10111010 1011001 1011 0 11011 10111100 1010000 101001

Color Harmonies of #15A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A5BA

Black with #15A5BA

Text Example


Text Example

White with #15A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,165,186); }

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

background-color css

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

 a { background-color: rgb(21,165,186); }

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

border-color css

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

 span { border-color: rgb(21,165,186); }

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