#2A9DCC

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

Shades of Pelorous #2A9DCC

Tints of Pelorous #2A9DCC

Color information

#2A9DCC (or 0x2A9DCC) is unknown color: approx Pelorous. HEX triplet: 2A, 9D and CC. RGB value is (42,157,204). Sum of RGB (Red+Green+Blue) = 42+157+204=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9DCC is #D56233. Grayscale: #7F7F7F. Windows color (decimal): -13984308 or 13409578. OLE color: 13409578.

HSL color Cylindrical-coordinate representation of color #2A9DCC: hue angle of 197.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A9DCC is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB42157204-
CMYK0.790.2300.2
HSL197.41º65.85%48.24%-
HSV(B)197.41º79.41%80%-
XYZ23.9128.9761.46-
YUV127.97170.966.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.42%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=10.42%
G=38.96%
B=50.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal421572040.790.2300.2197.4165.8548.24
Hex2A9DCC4F17014c54230
Octal522353141172702430510260
Binary1010101001110111001100100111110111010100110001011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,157,204); }

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

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

 a { background-color: rgb(42,157,204); }

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

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

 span { border-color: rgb(42,157,204); }

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