#1BA5DF

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

Shades of Summer Sky #1BA5DF

Tints of Summer Sky #1BA5DF

Color information

#1BA5DF (or 0x1BA5DF) is unknown color: approx Summer Sky. HEX triplet: 1B, A5 and DF. RGB value is (27,165,223). Sum of RGB (Red+Green+Blue) = 27+165+223=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BA5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA5DF is #E45A20. Grayscale: #818181. Windows color (decimal): -14965281 or 14656795. OLE color: 14656795.

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

Color convert

RGB27165223-
CMYK0.880.2600.13
HSL197.76º78.4%49.02%-
HSV(B)197.76º87.89%87.45%-
XYZ27.2332.4774.64-
YUV130.35180.2854.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.51%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=6.51%
G=39.76%
B=53.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271652230.880.2600.13197.7678.449.02
Hex1BA5DF581A0Dc64e31
Octal332453371303201530611661
Binary11011101001011101111110110001101001101110001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,165,223); }

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

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

 a { background-color: rgb(27,165,223); }

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

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

 span { border-color: rgb(27,165,223); }

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