#2BA3EE

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

Shades of Summer Sky #2BA3EE

Tints of Summer Sky #2BA3EE

Color information

#2BA3EE (or 0x2BA3EE) is unknown color: approx Summer Sky. HEX triplet: 2B, A3 and EE. RGB value is (43,163,238). Sum of RGB (Red+Green+Blue) = 43+163+238=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BA3EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA3EE is #D45C11. Grayscale: #878787. Windows color (decimal): -13917202 or 15639339. OLE color: 15639339.

HSL color Cylindrical-coordinate representation of color #2BA3EE: hue angle of 203.08º 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 #2BA3EE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB43163238-
CMYK0.820.3200.07
HSL203.08º85.15%55.1%-
HSV(B)203.08º81.93%93.33%-
XYZ29.5332.8885.68-
YUV135.67185.7461.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.68%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 238 (93.36% from 255) = 53.60%
R=9.68%
G=36.71%
B=53.60%

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
Decimal431632380.820.3200.07203.0885.1555.1
Hex2BA3EE522007cb5537
Octal53243356122400731312567
Binary101011101000111110111010100101000000111110010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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