#1D9FBF

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

Shades of Pelorous #1D9FBF

Tints of Pelorous #1D9FBF

Color information

#1D9FBF (or 0x1D9FBF) is unknown color: approx Pelorous. HEX triplet: 1D, 9F and BF. RGB value is (29,159,191). Sum of RGB (Red+Green+Blue) = 29+159+191=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D9FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FBF is #E26040. Grayscale: #7B7B7B. Windows color (decimal): -14835777 or 12558109. OLE color: 12558109.

HSL color Cylindrical-coordinate representation of color #1D9FBF: hue angle of 191.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9FBF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB29159191-
CMYK0.850.1700.25
HSL191.85º73.64%43.14%-
HSV(B)191.85º84.82%74.9%-
XYZ22.3128.8253.68-
YUV123.78165.9360.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.65%
GREEN value IS 159 (62.5% from 255) = 41.95%
BLUE value IS 191 (75% from 255) = 50.40%
R=7.65%
G=41.95%
B=50.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal291591910.850.1700.25191.8573.6443.14
Hex1D9FBF5511019c04a2b
Octal352372771252103130011253
Binary111011001111110111111101010110001011001110000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9FBF; }

 p { color: rgb(29,159,191); }

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

<style>
 a { background-color: #1D9FBF; }

 a { background-color: rgb(29,159,191); }

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

<style>
 span { border-color: #1D9FBF; }

 span { border-color: rgb(29,159,191); }

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