Html Css Color HEX #15A6BE Pelorous

📋 copy color: '#15A6BE'

red 21 ◦ green 166 ◦ blue 190

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

Shades of Pelorous #15A6BE

Tints of Pelorous #15A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 5.57%
G = 44.03%
B = 50.4%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15A6BE (or 0x15A6BE) is known color: Pelorous. HEX triplet: 15, A6 and BE. RGB value is (21,166,190). Sum of RGB (Red+Green+Blue) = 21+166+190=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #15A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6BE is #EA5941. Grayscale: #7D7D7D. Windows color (decimal): -15358274 or 12494357. OLE color: 12494357.

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

Color convert

RGB 21 166 190 -
CMYK 0.89 0.13 0 0.25
HSL 188.52º 0.8% 0.41% -
HSV(B) 188.52º 0.89% 0.75% -
XYZ 23.24 31.15 53.5 -
YUV 125.38 164.46 53.55 -
System Red Green Blue C M Y K H S L
Decimal 21 166 190 0.89 0.13 0 0.25 188.52 0.8 0.41
Hex 15 A6 BE 59 D 0 19 BD 50 29
Octal 25 246 276 131 15 0 31 275 120 51
Binary 10101 10100110 10111110 1011001 1101 0 11001 10111101 1010000 101001

Color Harmonies of #15A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A6BE

Black with #15A6BE

Text Example


Text Example

White with #15A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,166,190); }

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

background-color css

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

 a { background-color: rgb(21,166,190); }

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

border-color css

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

 span { border-color: rgb(21,166,190); }

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