Html Css Color HEX #15A0BC Pelorous

📋 copy color: '#15A0BC'

red 21 ◦ green 160 ◦ blue 188

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

Shades of Pelorous #15A0BC

Tints of Pelorous #15A0BC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

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

R = 5.69%
G = 43.36%
B = 50.95%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15A0BC (or 0x15A0BC) is known color: Pelorous. HEX triplet: 15, A0 and BC. RGB value is (21,160,188). Sum of RGB (Red+Green+Blue) = 21+160+188=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #15A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0BC is #EA5F43. Grayscale: #797979. Windows color (decimal): -15359812 or 12361749. OLE color: 12361749.

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

Color convert

RGB 21 160 188 -
CMYK 0.89 0.15 0 0.26
HSL 190.06º 0.8% 0.41% -
HSV(B) 190.06º 0.89% 0.74% -
XYZ 21.96 28.93 52 -
YUV 121.63 165.45 56.22 -
System Red Green Blue C M Y K H S L
Decimal 21 160 188 0.89 0.15 0 0.26 190.06 0.8 0.41
Hex 15 A0 BC 59 F 0 1A BE 50 29
Octal 25 240 274 131 17 0 32 276 120 51
Binary 10101 10100000 10111100 1011001 1111 0 11010 10111110 1010000 101001

Color Harmonies of #15A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0BC

Black with #15A0BC

Text Example


Text Example

White with #15A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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