#1DA3C9

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

Shades of Pelorous #1DA3C9

Tints of Pelorous #1DA3C9

Color information

#1DA3C9 (or 0x1DA3C9) is unknown color: approx Pelorous. HEX triplet: 1D, A3 and C9. RGB value is (29,163,201). Sum of RGB (Red+Green+Blue) = 29+163+201=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #1DA3C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA3C9 is #E25C36. Grayscale: #7E7E7E. Windows color (decimal): -14834743 or 13214493. OLE color: 13214493.

HSL color Cylindrical-coordinate representation of color #1DA3C9: hue angle of 193.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA3C9 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB29163201-
CMYK0.860.1900.21
HSL193.26º74.78%45.1%-
HSV(B)193.26º85.57%78.82%-
XYZ24.1530.6759.91-
YUV127.27169.6157.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.38%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=7.38%
G=41.48%
B=51.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal291632010.860.1900.21193.2674.7845.1
Hex1DA3C95613015c14b2d
Octal352433111262302530111355
Binary111011010001111001001101011010011010101110000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,163,201); }

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

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

 a { background-color: rgb(29,163,201); }

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

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

 span { border-color: rgb(29,163,201); }

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