#2DACC3

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

Shades of Pelorous #2DACC3

Tints of Pelorous #2DACC3

Color information

#2DACC3 (or 0x2DACC3) is unknown color: approx Pelorous. HEX triplet: 2D, AC and C3. RGB value is (45,172,195). Sum of RGB (Red+Green+Blue) = 45+172+195=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACC3 is #D2533C. Grayscale: #888888. Windows color (decimal): -13783869 or 12823597. OLE color: 12823597.

HSL color Cylindrical-coordinate representation of color #2DACC3: hue angle of 189.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DACC3 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB45172195-
CMYK0.770.1200.24
HSL189.2º62.5%47.06%-
HSV(B)189.2º76.92%76.47%-
XYZ25.693456.84-
YUV136.65160.9262.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.92%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=10.92%
G=41.75%
B=47.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451721950.770.1200.24189.262.547.06
Hex2DACC34DC018bd3e2f
Octal55254303115140302757657
Binary10110110101100110000111001101110001100010111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DACC3; }

 p { color: rgb(45,172,195); }

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

<style>
 a { background-color: #2DACC3; }

 a { background-color: rgb(45,172,195); }

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

<style>
 span { border-color: #2DACC3; }

 span { border-color: rgb(45,172,195); }

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