Html Css Color HEX #159DBB Pelorous

📋 copy color: '#159DBB'

red 21 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #159DBB

Tints of Pelorous #159DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 5.75%
G = 43.01%
B = 51.23%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159DBB (or 0x159DBB) is known color: Pelorous. HEX triplet: 15, 9D and BB. RGB value is (21,157,187). Sum of RGB (Red+Green+Blue) = 21+157+187=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #159DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DBB is #EA6244. Grayscale: #777777. Windows color (decimal): -15360581 or 12295445. OLE color: 12295445.

HSL color Cylindrical-coordinate representation of color #159DBB: hue angle of 190.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159DBB is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 157 187 -
CMYK 0.89 0.16 0 0.27
HSL 190.84º 0.8% 0.41% -
HSV(B) 190.84º 0.89% 0.73% -
XYZ 21.34 27.86 51.27 -
YUV 119.76 165.94 57.56 -
System Red Green Blue C M Y K H S L
Decimal 21 157 187 0.89 0.16 0 0.27 190.84 0.8 0.41
Hex 15 9D BB 59 10 0 1B BF 50 29
Octal 25 235 273 131 20 0 33 277 120 51
Binary 10101 10011101 10111011 1011001 10000 0 11011 10111111 1010000 101001

Color Harmonies of #159DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159DBB

Black with #159DBB

Text Example


Text Example

White with #159DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,157,187); }

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

background-color css

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

 a { background-color: rgb(21,157,187); }

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

border-color css

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

 span { border-color: rgb(21,157,187); }

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