Html Css Color HEX #159CB2 Pelorous

📋 copy color: '#159CB2'

red 21 ◦ green 156 ◦ blue 178

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

Shades of Pelorous #159CB2

Tints of Pelorous #159CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.14%

R = 5.92%
G = 43.94%
B = 50.14%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#159CB2 (or 0x159CB2) is known color: Pelorous. HEX triplet: 15, 9C and B2. RGB value is (21,156,178). Sum of RGB (Red+Green+Blue) = 21+156+178=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #159CB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CB2 is #EA634D. Grayscale: #757575. Windows color (decimal): -15360846 or 11705365. OLE color: 11705365.

HSL color Cylindrical-coordinate representation of color #159CB2: hue angle of 188.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159CB2 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 156 178 -
CMYK 0.88 0.12 0 0.30
HSL 188.41º 0.79% 0.39% -
HSV(B) 188.41º 0.88% 0.7% -
XYZ 20.23 27.15 46.29 -
YUV 118.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 21 156 178 0.88 0.12 0 0.30 188.41 0.79 0.39
Hex 15 9C B2 58 C 0 1E BC 4F 27
Octal 25 234 262 130 14 0 36 274 117 47
Binary 10101 10011100 10110010 1011000 1100 0 11110 10111100 1001111 100111

Color Harmonies of #159CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CB2

Black with #159CB2

Text Example


Text Example

White with #159CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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