Html Css Color HEX #15A0BD Pelorous

📋 copy color: '#15A0BD'

red 21 ◦ green 160 ◦ blue 189

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

Shades of Pelorous #15A0BD

Tints of Pelorous #15A0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 5.68%
G = 43.24%
B = 51.08%

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

#15A0BD (or 0x15A0BD) is known color: Pelorous. HEX triplet: 15, A0 and BD. RGB value is (21,160,189). Sum of RGB (Red+Green+Blue) = 21+160+189=370 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.68% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #15A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0BD is #EA5F42. Grayscale: #797979. Windows color (decimal): -15359811 or 12427285. OLE color: 12427285.

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

Color convert

RGB 21 160 189 -
CMYK 0.89 0.15 0 0.26
HSL 190.36º 0.8% 0.41% -
HSV(B) 190.36º 0.89% 0.74% -
XYZ 22.07 28.98 52.57 -
YUV 121.75 165.95 56.14 -
System Red Green Blue C M Y K H S L
Decimal 21 160 189 0.89 0.15 0 0.26 190.36 0.8 0.41
Hex 15 A0 BD 59 F 0 1A BE 50 29
Octal 25 240 275 131 17 0 32 276 120 51
Binary 10101 10100000 10111101 1011001 1111 0 11010 10111110 1010000 101001

Color Harmonies of #15A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A0BD

Black with #15A0BD

Text Example


Text Example

White with #15A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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