#1D9ACC

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

Shades of Pelorous #1D9ACC

Tints of Pelorous #1D9ACC

Color information

#1D9ACC (or 0x1D9ACC) is unknown color: approx Pelorous. HEX triplet: 1D, 9A and CC. RGB value is (29,154,204). Sum of RGB (Red+Green+Blue) = 29+154+204=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D9ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ACC is #E26533. Grayscale: #7A7A7A. Windows color (decimal): -14837044 or 13408797. OLE color: 13408797.

HSL color Cylindrical-coordinate representation of color #1D9ACC: hue angle of 197.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9ACC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB29154204-
CMYK0.860.2500.2
HSL197.14º75.11%45.69%-
HSV(B)197.14º85.78%80%-
XYZ22.9627.7361.27-
YUV122.32174.0961.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.49%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=7.49%
G=39.79%
B=52.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal291542040.860.2500.2197.1475.1145.69
Hex1D9ACC5619014c54b2e
Octal352323141263102430511356
Binary111011001101011001100101011011001010100110001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,154,204); }

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

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

 a { background-color: rgb(29,154,204); }

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

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

 span { border-color: rgb(29,154,204); }

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