#1BA4E3

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

Shades of Summer Sky #1BA4E3

Tints of Summer Sky #1BA4E3

Color information

#1BA4E3 (or 0x1BA4E3) is unknown color: approx Summer Sky. HEX triplet: 1B, A4 and E3. RGB value is (27,164,227). Sum of RGB (Red+Green+Blue) = 27+164+227=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #1BA4E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4E3 is #E45B1C. Grayscale: #818181. Windows color (decimal): -14965533 or 14918683. OLE color: 14918683.

HSL color Cylindrical-coordinate representation of color #1BA4E3: hue angle of 198.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA4E3 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB27164227-
CMYK0.880.2800.11
HSL198.9º78.74%49.8%-
HSV(B)198.9º88.11%89.02%-
XYZ27.5932.3377.46-
YUV130.22182.6154.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.46%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 227 (89.06% from 255) = 54.31%
R=6.46%
G=39.23%
B=54.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal271642270.880.2800.11198.978.7449.8
Hex1BA4E3581C0Bc74f32
Octal332443431303401330711762
Binary11011101001001110001110110001110001011110001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA4E3; }

 p { color: rgb(27,164,227); }

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

<style>
 a { background-color: #1BA4E3; }

 a { background-color: rgb(27,164,227); }

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

<style>
 span { border-color: #1BA4E3; }

 span { border-color: rgb(27,164,227); }

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