Html Css Color HEX #159FB3 Pelorous

📋 copy color: '#159FB3'

red 21 ◦ green 159 ◦ blue 179

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

Shades of Pelorous #159FB3

Tints of Pelorous #159FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

 BLUE value IS 179 (70.31% from 255) = 49.86%

R = 5.85%
G = 44.29%
B = 49.86%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#159FB3 (or 0x159FB3) is known color: Pelorous. HEX triplet: 15, 9F and B3. RGB value is (21,159,179). Sum of RGB (Red+Green+Blue) = 21+159+179=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #159FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FB3 is #EA604C. Grayscale: #777777. Windows color (decimal): -15360077 or 11771669. OLE color: 11771669.

HSL color Cylindrical-coordinate representation of color #159FB3: hue angle of 187.59º 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 #159FB3 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 21 159 179 -
CMYK 0.88 0.11 0 0.30
HSL 187.59º 0.79% 0.39% -
HSV(B) 187.59º 0.88% 0.7% -
XYZ 20.84 28.21 46.99 -
YUV 120.02 161.28 57.37 -
System Red Green Blue C M Y K H S L
Decimal 21 159 179 0.88 0.11 0 0.30 187.59 0.79 0.39
Hex 15 9F B3 58 B 0 1E BC 4F 27
Octal 25 237 263 130 13 0 36 274 117 47
Binary 10101 10011111 10110011 1011000 1011 0 11110 10111100 1001111 100111

Color Harmonies of #159FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FB3

Black with #159FB3

Text Example


Text Example

White with #159FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,159,179); }

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

background-color css

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

 a { background-color: rgb(21,159,179); }

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

border-color css

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

 span { border-color: rgb(21,159,179); }

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