#2BAFE3

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

Shades of Summer Sky #2BAFE3

Tints of Summer Sky #2BAFE3

Color information

#2BAFE3 (or 0x2BAFE3) is unknown color: approx Summer Sky. HEX triplet: 2B, AF and E3. RGB value is (43,175,227). Sum of RGB (Red+Green+Blue) = 43+175+227=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 227 (89.06% from 255 or 51.01% from 445); Max value from RGB is 227 - color contains mainly: blue. Hex color #2BAFE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFE3 is #D4501C. Grayscale: #8D8D8D. Windows color (decimal): -13914141 or 14921515. OLE color: 14921515.

HSL color Cylindrical-coordinate representation of color #2BAFE3: hue angle of 196.96º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAFE3 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB43175227-
CMYK0.810.2300.11
HSL196.96º76.67%52.94%-
HSV(B)196.96º81.06%89.02%-
XYZ30.1936.7278.17-
YUV141.46176.2757.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.66%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 227 (89.06% from 255) = 51.01%
R=9.66%
G=39.33%
B=51.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal431752270.810.2300.11196.9676.6752.94
Hex2BAFE351170Bc54d35
Octal532573431212701330511565
Binary101011101011111110001110100011011101011110001011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,227); }

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

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

 a { background-color: rgb(43,175,227); }

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

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

 span { border-color: rgb(43,175,227); }

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