#39A9B7

Color #39A9B7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #39A9B7

Tints of Pelorous #39A9B7

Color information

#39A9B7 (or 0x39A9B7) is unknown color: approx Pelorous. HEX triplet: 39, A9 and B7. RGB value is (57,169,183). Sum of RGB (Red+Green+Blue) = 57+169+183=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #39A9B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A9B7 is #C65648. Grayscale: #888888. Windows color (decimal): -12998217 or 12036409. OLE color: 12036409.

HSL color Cylindrical-coordinate representation of color #39A9B7: hue angle of 186.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39A9B7 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB57169183-
CMYK0.690.0800.28
HSL186.67º52.5%47.06%-
HSV(B)186.67º68.85%71.76%-
XYZ24.4232.6649.82-
YUV137.11153.8970.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.94%
GREEN value IS 169 (66.41% from 255) = 41.32%
BLUE value IS 183 (71.88% from 255) = 44.74%
R=13.94%
G=41.32%
B=44.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571691830.690.0800.28186.6752.547.06
Hex39A9B745801Cbb342f
Octal71251267105100342736457
Binary11100110101001101101111000101100001110010111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A9B7; }

 p { color: rgb(57,169,183); }

 H1.HeaderClassName
 {
   color: #39A9B7;
 }
 .AnyTagClassName
 {
   color: #39A9B7;
 }
</style>
background-color css

<style>
 a { background-color: #39A9B7; }

 a { background-color: rgb(57,169,183); }

 div.DivClassName
 {
   background-color: #39A9B7;
 }
 .BgClassName
 {
   background-color: #39A9B7;
 }
</style>
border-color css

<style>
 span { border-color: #39A9B7; }

 span { border-color: rgb(57,169,183); }

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