#1BA4DF

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

Shades of Summer Sky #1BA4DF

Tints of Summer Sky #1BA4DF

Color information

#1BA4DF (or 0x1BA4DF) is unknown color: approx Summer Sky. HEX triplet: 1B, A4 and DF. RGB value is (27,164,223). Sum of RGB (Red+Green+Blue) = 27+164+223=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BA4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4DF is #E45B20. Grayscale: #818181. Windows color (decimal): -14965537 or 14656539. OLE color: 14656539.

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

Color convert

RGB27164223-
CMYK0.880.2600.13
HSL198.06º78.4%49.02%-
HSV(B)198.06º87.89%87.45%-
XYZ27.0532.1174.58-
YUV129.76180.6154.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.52%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 223 (87.5% from 255) = 53.86%
R=6.52%
G=39.61%
B=53.86%

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
Decimal271642230.880.2600.13198.0678.449.02
Hex1BA4DF581A0Dc64e31
Octal332443371303201530611661
Binary11011101001001101111110110001101001101110001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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