#2BA2EE

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

Shades of Summer Sky #2BA2EE

Tints of Summer Sky #2BA2EE

Color information

#2BA2EE (or 0x2BA2EE) is unknown color: approx Summer Sky. HEX triplet: 2B, A2 and EE. RGB value is (43,162,238). Sum of RGB (Red+Green+Blue) = 43+162+238=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BA2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA2EE is #D45D11. Grayscale: #868686. Windows color (decimal): -13917458 or 15639083. OLE color: 15639083.

HSL color Cylindrical-coordinate representation of color #2BA2EE: hue angle of 203.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BA2EE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB43162238-
CMYK0.820.3200.07
HSL203.38º85.15%55.1%-
HSV(B)203.38º81.93%93.33%-
XYZ29.3532.5385.62-
YUV135.08186.0862.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.71%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 238 (93.36% from 255) = 53.72%
R=9.71%
G=36.57%
B=53.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal431622380.820.3200.07203.3885.1555.1
Hex2BA2EE522007cb5537
Octal53242356122400731312567
Binary101011101000101110111010100101000000111110010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,238); }

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

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

 a { background-color: rgb(43,162,238); }

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

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

 span { border-color: rgb(43,162,238); }

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