#2a99c8

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

Shades of Pelorous #2A99C8

Tints of Pelorous #2A99C8

Color information

#2A99C8 (or 0x2A99C8) is unknown color: approx Pelorous. HEX triplet: 2A, 99 and C8. RGB value is (42,153,200). Sum of RGB (Red+Green+Blue) = 42+153+200=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #2A99C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A99C8 is #D56637. Grayscale: #7C7C7C. Windows color (decimal): -13985336 or 13146410. OLE color: 13146410.

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

Color convert

RGB42153200-
CMYK0.790.2400.22
HSL197.85º65.29%47.45%-
HSV(B)197.85º79%78.43%-
XYZ22.7727.4458.74-
YUV125.17170.2368.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.63%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=10.63%
G=38.73%
B=50.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421532000.790.2400.22197.8565.2947.45
Hex2A99C84F18016c6412f
Octal522313101173002630610157
Binary1010101001100111001000100111111000010110110001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a99c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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