#2AA8BC

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

Shades of Pelorous #2AA8BC

Tints of Pelorous #2AA8BC

Color information

#2AA8BC (or 0x2AA8BC) is unknown color: approx Pelorous. HEX triplet: 2A, A8 and BC. RGB value is (42,168,188). Sum of RGB (Red+Green+Blue) = 42+168+188=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #2AA8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA8BC is #D55743. Grayscale: #848484. Windows color (decimal): -13981508 or 12363818. OLE color: 12363818.

HSL color Cylindrical-coordinate representation of color #2AA8BC: hue angle of 188.22º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA8BC is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42168188-
CMYK0.780.1100.26
HSL188.22º63.48%45.1%-
HSV(B)188.22º77.66%73.73%-
XYZ24.0332.1352.51-
YUV132.61159.2663.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.55%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=10.55%
G=42.21%
B=47.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421681880.780.1100.26188.2263.4845.1
Hex2AA8BC4EB01Abc3f2d
Octal52250274116130322747755
Binary10101010101000101111001001110101101101010111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,168,188); }

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

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

 a { background-color: rgb(42,168,188); }

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

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

 span { border-color: rgb(42,168,188); }

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