Html Css Color HEX #159CBD Pelorous

📋 copy color: '#159CBD'

red 21 ◦ green 156 ◦ blue 189

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

Shades of Pelorous #159CBD

Tints of Pelorous #159CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

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

R = 5.74%
G = 42.62%
B = 51.64%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#159CBD (or 0x159CBD) is known color: Pelorous. HEX triplet: 15, 9C and BD. RGB value is (21,156,189). Sum of RGB (Red+Green+Blue) = 21+156+189=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #159CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBD is #EA6342. Grayscale: #777777. Windows color (decimal): -15360835 or 12426261. OLE color: 12426261.

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

Color convert

RGB 21 156 189 -
CMYK 0.89 0.17 0 0.26
HSL 191.79º 0.8% 0.41% -
HSV(B) 191.79º 0.89% 0.74% -
XYZ 21.38 27.61 52.35 -
YUV 119.4 167.27 57.82 -
System Red Green Blue C M Y K H S L
Decimal 21 156 189 0.89 0.17 0 0.26 191.79 0.8 0.41
Hex 15 9C BD 59 11 0 1A C0 50 29
Octal 25 234 275 131 21 0 32 300 120 51
Binary 10101 10011100 10111101 1011001 10001 0 11010 11000000 1010000 101001

Color Harmonies of #159CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CBD

Black with #159CBD

Text Example


Text Example

White with #159CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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