#2A9BDD

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

Shades of Summer Sky #2A9BDD

Tints of Summer Sky #2A9BDD

Color information

#2A9BDD (or 0x2A9BDD) is unknown color: approx Summer Sky. HEX triplet: 2A, 9B and DD. RGB value is (42,155,221). Sum of RGB (Red+Green+Blue) = 42+155+221=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A9BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9BDD is #D56422. Grayscale: #808080. Windows color (decimal): -13984803 or 14523178. OLE color: 14523178.

HSL color Cylindrical-coordinate representation of color #2A9BDD: hue angle of 202.12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A9BDD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42155221-
CMYK0.810.3000.13
HSL202.12º72.47%51.57%-
HSV(B)202.12º81%86.67%-
XYZ25.7329.1672.68-
YUV128.74180.0666.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.05%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=10.05%
G=37.08%
B=52.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421552210.810.3000.13202.1272.4751.57
Hex2A9BDD511E0Dca4834
Octal522333351213601531211064
Binary101010100110111101110110100011111001101110010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,155,221); }

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

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

 a { background-color: rgb(42,155,221); }

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

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

 span { border-color: rgb(42,155,221); }

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