Html Css Color HEX #159ABD Pelorous

📋 copy color: '#159ABD'

red 21 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #159ABD

Tints of Pelorous #159ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.31%

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

R = 5.77%
G = 42.31%
B = 51.92%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159ABD (or 0x159ABD) is known color: Pelorous. HEX triplet: 15, 9A and BD. RGB value is (21,154,189). Sum of RGB (Red+Green+Blue) = 21+154+189=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #159ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ABD is #EA6542. Grayscale: #757575. Windows color (decimal): -15361347 or 12425749. OLE color: 12425749.

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

Color convert

RGB 21 154 189 -
CMYK 0.89 0.19 0 0.26
HSL 192.5º 0.8% 0.41% -
HSV(B) 192.5º 0.89% 0.74% -
XYZ 21.05 26.94 52.24 -
YUV 118.22 167.94 58.65 -
System Red Green Blue C M Y K H S L
Decimal 21 154 189 0.89 0.19 0 0.26 192.5 0.8 0.41
Hex 15 9A BD 59 13 0 1A C0 50 29
Octal 25 232 275 131 23 0 32 300 120 51
Binary 10101 10011010 10111101 1011001 10011 0 11010 11000000 1010000 101001

Color Harmonies of #159ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159ABD

Black with #159ABD

Text Example


Text Example

White with #159ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159ABD; }

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

 H1.HeaderClassName
 {
   color: #159ABD;
 }
 .AnyTagClassName
 {
   color: #159ABD;
 }
</style>

background-color css

<style>
 a { background-color: #159ABD; }

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

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

border-color css

<style>
 span { border-color: #159ABD; }

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

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