Html Css Color HEX #15A2BC Pelorous

📋 copy color: '#15A2BC'

red 21 ◦ green 162 ◦ blue 188

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

Shades of Pelorous #15A2BC

Tints of Pelorous #15A2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 5.66%
G = 43.67%
B = 50.67%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15A2BC (or 0x15A2BC) is known color: Pelorous. HEX triplet: 15, A2 and BC. RGB value is (21,162,188). Sum of RGB (Red+Green+Blue) = 21+162+188=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #15A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2BC is #EA5D43. Grayscale: #7A7A7A. Windows color (decimal): -15359300 or 12362261. OLE color: 12362261.

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

Color convert

RGB 21 162 188 -
CMYK 0.89 0.14 0 0.26
HSL 189.34º 0.8% 0.41% -
HSV(B) 189.34º 0.89% 0.74% -
XYZ 22.31 29.63 52.12 -
YUV 122.81 164.79 55.39 -
System Red Green Blue C M Y K H S L
Decimal 21 162 188 0.89 0.14 0 0.26 189.34 0.8 0.41
Hex 15 A2 BC 59 E 0 1A BD 50 29
Octal 25 242 274 131 16 0 32 275 120 51
Binary 10101 10100010 10111100 1011001 1110 0 11010 10111101 1010000 101001

Color Harmonies of #15A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A2BC

Black with #15A2BC

Text Example


Text Example

White with #15A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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