Html Css Color HEX #159CBB Pelorous

📋 copy color: '#159CBB'

red 21 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #159CBB

Tints of Pelorous #159CBB

RGB

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

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

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

R = 5.77%
G = 42.86%
B = 51.37%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159CBB (or 0x159CBB) is known color: Pelorous. HEX triplet: 15, 9C and BB. RGB value is (21,156,187). Sum of RGB (Red+Green+Blue) = 21+156+187=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #159CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CBB is #EA6344. Grayscale: #767676. Windows color (decimal): -15360837 or 12295189. OLE color: 12295189.

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

Color convert

RGB 21 156 187 -
CMYK 0.89 0.17 0 0.27
HSL 191.2º 0.8% 0.41% -
HSV(B) 191.2º 0.89% 0.73% -
XYZ 21.17 27.52 51.21 -
YUV 119.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 21 156 187 0.89 0.17 0 0.27 191.2 0.8 0.41
Hex 15 9C BB 59 11 0 1B BF 50 29
Octal 25 234 273 131 21 0 33 277 120 51
Binary 10101 10011100 10111011 1011001 10001 0 11011 10111111 1010000 101001

Color Harmonies of #159CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CBB

Black with #159CBB

Text Example


Text Example

White with #159CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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