Html Css Color HEX #15A5B7 Pelorous

📋 copy color: '#15A5B7'

red 21 ◦ green 165 ◦ blue 183

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

Shades of Pelorous #15A5B7

Tints of Pelorous #15A5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 5.69%
G = 44.72%
B = 49.59%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#15A5B7 (or 0x15A5B7) is known color: Pelorous. HEX triplet: 15, A5 and B7. RGB value is (21,165,183). Sum of RGB (Red+Green+Blue) = 21+165+183=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #15A5B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5B7 is #EA5A48. Grayscale: #7B7B7B. Windows color (decimal): -15358537 or 12035349. OLE color: 12035349.

HSL color Cylindrical-coordinate representation of color #15A5B7: hue angle of 186.67º degrees, saturation: 0.79, 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 #15A5B7 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 165 183 -
CMYK 0.89 0.10 0 0.28
HSL 186.67º 0.79% 0.4% -
HSV(B) 186.67º 0.89% 0.72% -
XYZ 22.31 30.49 49.51 -
YUV 124 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 21 165 183 0.89 0.10 0 0.28 186.67 0.79 0.4
Hex 15 A5 B7 59 A 0 1C BB 4F 28
Octal 25 245 267 131 12 0 34 273 117 50
Binary 10101 10100101 10110111 1011001 1010 0 11100 10111011 1001111 101000

Color Harmonies of #15A5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A5B7

Black with #15A5B7

Text Example


Text Example

White with #15A5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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