#1D99B7

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

Shades of Pelorous #1D99B7

Tints of Pelorous #1D99B7

Color information

#1D99B7 (or 0x1D99B7) is unknown color: approx Pelorous. HEX triplet: 1D, 99 and B7. RGB value is (29,153,183). Sum of RGB (Red+Green+Blue) = 29+153+183=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D99B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99B7 is #E26648. Grayscale: #777777. Windows color (decimal): -14837321 or 12032285. OLE color: 12032285.

HSL color Cylindrical-coordinate representation of color #1D99B7: hue angle of 191.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D99B7 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB29153183-
CMYK0.840.1600.28
HSL191.69º72.64%41.57%-
HSV(B)191.69º84.15%71.76%-
XYZ20.4526.4648.83-
YUV119.34163.9263.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.95%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=7.95%
G=41.92%
B=50.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal291531830.840.1600.28191.6972.6441.57
Hex1D99B7541001Cc0492a
Octal352312671242003430011152
Binary111011001100110110111101010010000011100110000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D99B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,153,183); }

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

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

 a { background-color: rgb(29,153,183); }

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

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

 span { border-color: rgb(29,153,183); }

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