Html Css Color HEX #15A1BC Pelorous

📋 copy color: '#15A1BC'

red 21 ◦ green 161 ◦ blue 188

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

Shades of Pelorous #15A1BC

Tints of Pelorous #15A1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.51%

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

R = 5.68%
G = 43.51%
B = 50.81%

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

#15A1BC (or 0x15A1BC) is known color: Pelorous. HEX triplet: 15, A1 and BC. RGB value is (21,161,188). Sum of RGB (Red+Green+Blue) = 21+161+188=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #15A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1BC is #EA5E43. Grayscale: #797979. Windows color (decimal): -15359556 or 12362005. OLE color: 12362005.

HSL color Cylindrical-coordinate representation of color #15A1BC: hue angle of 189.7º 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 #15A1BC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 161 188 -
CMYK 0.89 0.14 0 0.26
HSL 189.7º 0.8% 0.41% -
HSV(B) 189.7º 0.89% 0.74% -
XYZ 22.13 29.28 52.06 -
YUV 122.22 165.12 55.8 -
System Red Green Blue C M Y K H S L
Decimal 21 161 188 0.89 0.14 0 0.26 189.7 0.8 0.41
Hex 15 A1 BC 59 E 0 1A BE 50 29
Octal 25 241 274 131 16 0 32 276 120 51
Binary 10101 10100001 10111100 1011001 1110 0 11010 10111110 1010000 101001

Color Harmonies of #15A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A1BC

Black with #15A1BC

Text Example


Text Example

White with #15A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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