#2BA9C6

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

Shades of Pelorous #2BA9C6

Tints of Pelorous #2BA9C6

Color information

#2BA9C6 (or 0x2BA9C6) is unknown color: approx Pelorous. HEX triplet: 2B, A9 and C6. RGB value is (43,169,198). Sum of RGB (Red+Green+Blue) = 43+169+198=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #2BA9C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9C6 is #D45639. Grayscale: #868686. Windows color (decimal): -13915706 or 13019435. OLE color: 13019435.

HSL color Cylindrical-coordinate representation of color #2BA9C6: hue angle of 191.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BA9C6 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB43169198-
CMYK0.780.1500.22
HSL191.23º64.32%47.25%-
HSV(B)191.23º78.28%77.65%-
XYZ25.3832.9758.45-
YUV134.63163.7662.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.49%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 198 (77.73% from 255) = 48.29%
R=10.49%
G=41.22%
B=48.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431691980.780.1500.22191.2364.3247.25
Hex2BA9C64EF016bf402f
Octal532513061161702627710057
Binary101011101010011100011010011101111010110101111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,169,198); }

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

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

 a { background-color: rgb(43,169,198); }

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

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

 span { border-color: rgb(43,169,198); }

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