#2A99BC

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

Shades of Pelorous #2A99BC

Tints of Pelorous #2A99BC

Color information

#2A99BC (or 0x2A99BC) is unknown color: approx Pelorous. HEX triplet: 2A, 99 and BC. RGB value is (42,153,188). Sum of RGB (Red+Green+Blue) = 42+153+188=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A99BC is #D56643. Grayscale: #7B7B7B. Windows color (decimal): -13985348 or 12359978. OLE color: 12359978.

HSL color Cylindrical-coordinate representation of color #2A99BC: hue angle of 194.38º 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 #2A99BC is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42153188-
CMYK0.780.1900.26
HSL194.38º63.48%45.1%-
HSV(B)194.38º77.66%73.73%-
XYZ21.4226.9151.64-
YUV123.8164.2369.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.97%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=10.97%
G=39.95%
B=49.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421531880.780.1900.26194.3863.4845.1
Hex2A99BC4E1301Ac23f2d
Octal52231274116230323027755
Binary101010100110011011110010011101001101101011000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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