Html Css Color HEX #15A8BC Pelorous

📋 copy color: '#15A8BC'

red 21 ◦ green 168 ◦ blue 188

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

Shades of Pelorous #15A8BC

Tints of Pelorous #15A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 5.57%
G = 44.56%
B = 49.87%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15A8BC (or 0x15A8BC) is known color: Pelorous. HEX triplet: 15, A8 and BC. RGB value is (21,168,188). Sum of RGB (Red+Green+Blue) = 21+168+188=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #15A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8BC is #EA5743. Grayscale: #7E7E7E. Windows color (decimal): -15357764 or 12363797. OLE color: 12363797.

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

Color convert

RGB 21 168 188 -
CMYK 0.89 0.11 0 0.26
HSL 187.19º 0.8% 0.41% -
HSV(B) 187.19º 0.89% 0.74% -
XYZ 23.39 31.8 52.48 -
YUV 126.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 21 168 188 0.89 0.11 0 0.26 187.19 0.8 0.41
Hex 15 A8 BC 59 B 0 1A BB 50 29
Octal 25 250 274 131 13 0 32 273 120 51
Binary 10101 10101000 10111100 1011001 1011 0 11010 10111011 1010000 101001

Color Harmonies of #15A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A8BC

Black with #15A8BC

Text Example


Text Example

White with #15A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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