#1ba3dc

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

Shades of Summer Sky #1BA3DC

Tints of Summer Sky #1BA3DC

Color information

#1BA3DC (or 0x1BA3DC) is unknown color: approx Summer Sky. HEX triplet: 1B, A3 and DC. RGB value is (27,163,220). Sum of RGB (Red+Green+Blue) = 27+163+220=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BA3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA3DC is #E45C23. Grayscale: #808080. Windows color (decimal): -14965796 or 14459675. OLE color: 14459675.

HSL color Cylindrical-coordinate representation of color #1BA3DC: hue angle of 197.72º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA3DC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB27163220-
CMYK0.880.2600.14
HSL197.72º78.14%48.43%-
HSV(B)197.72º87.73%86.27%-
XYZ26.4731.5972.41-
YUV128.83179.4455.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.59%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=6.59%
G=39.76%
B=53.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal271632200.880.2600.14197.7278.1448.43
Hex1BA3DC581A0Ec64e30
Octal332433341303201630611660
Binary11011101000111101110010110001101001110110001101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ba3dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,163,220); }

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

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

 a { background-color: rgb(27,163,220); }

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

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

 span { border-color: rgb(27,163,220); }

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