#1BBAF1

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

Shades of Deep Sky Blue #1BBAF1

Tints of Deep Sky Blue #1BBAF1

Color information

#1BBAF1 (or 0x1BBAF1) is unknown color: approx Deep Sky Blue. HEX triplet: 1B, BA and F1. RGB value is (27,186,241). Sum of RGB (Red+Green+Blue) = 27+186+241=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #1BBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBAF1 is #E4450E. Grayscale: #909090. Windows color (decimal): -14959887 or 15841819. OLE color: 15841819.

HSL color Cylindrical-coordinate representation of color #1BBAF1: hue angle of 195.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBAF1 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB27186241-
CMYK0.890.2300.05
HSL195.42º88.43%52.55%-
HSV(B)195.42º88.8%94.51%-
XYZ33.8941.789.48-
YUV144.73182.3244.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.95%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=5.95%
G=40.97%
B=53.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271862410.890.2300.05195.4288.4352.55
Hex1BBAF1591705c35835
Octal33272361131270530313065
Binary1101110111010111100011011001101110101110000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,186,241); }

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

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

 a { background-color: rgb(27,186,241); }

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

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

 span { border-color: rgb(27,186,241); }

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