#1BA4D5

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

Shades of Summer Sky #1BA4D5

Tints of Summer Sky #1BA4D5

Color information

#1BA4D5 (or 0x1BA4D5) is unknown color: approx Summer Sky. HEX triplet: 1B, A4 and D5. RGB value is (27,164,213). Sum of RGB (Red+Green+Blue) = 27+164+213=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #1BA4D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA4D5 is #E45B2A. Grayscale: #808080. Windows color (decimal): -14965547 or 14001179. OLE color: 14001179.

HSL color Cylindrical-coordinate representation of color #1BA4D5: hue angle of 195.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BA4D5 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB27164213-
CMYK0.870.2300.16
HSL195.81º77.5%47.06%-
HSV(B)195.81º87.32%83.53%-
XYZ25.7431.5967.69-
YUV128.62175.6155.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.68%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 213 (83.59% from 255) = 52.72%
R=6.68%
G=40.59%
B=52.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal271642130.870.2300.16195.8177.547.06
Hex1BA4D55717010c44e2f
Octal332443251272702030411657
Binary110111010010011010101101011110111010000110001001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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