#1BAADF

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

Shades of Summer Sky #1BAADF

Tints of Summer Sky #1BAADF

Color information

#1BAADF (or 0x1BAADF) is unknown color: approx Summer Sky. HEX triplet: 1B, AA and DF. RGB value is (27,170,223). Sum of RGB (Red+Green+Blue) = 27+170+223=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAADF is #E45520. Grayscale: #848484. Windows color (decimal): -14964001 or 14658075. OLE color: 14658075.

HSL color Cylindrical-coordinate representation of color #1BAADF: hue angle of 196.22º 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 #1BAADF is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27170223-
CMYK0.880.2400.13
HSL196.22º78.4%49.02%-
HSV(B)196.22º87.89%87.45%-
XYZ28.1534.3174.95-
YUV133.28178.6252.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.43%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=6.43%
G=40.48%
B=53.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271702230.880.2400.13196.2278.449.02
Hex1BAADF58180Dc44e31
Octal332523371303001530411661
Binary11011101010101101111110110001100001101110001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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