#1BF2F9

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

Shades of Aqua #1BF2F9

Tints of Aqua #1BF2F9

Color information

#1BF2F9 (or 0x1BF2F9) is unknown color: approx Aqua. HEX triplet: 1B, F2 and F9. RGB value is (27,242,249). Sum of RGB (Red+Green+Blue) = 27+242+249=518 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.21% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BF2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BF2F9 is #E40D06. Grayscale: #B2B2B2. Windows color (decimal): -14945543 or 16380443. OLE color: 16380443.

HSL color Cylindrical-coordinate representation of color #1BF2F9: hue angle of 181.89º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF2F9 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB27242249-
CMYK0.890.0300.02
HSL181.89º94.87%54.12%-
HSV(B)181.89º89.16%97.65%-
XYZ49.370.58100.65-
YUV178.51167.7719.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.21%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=5.21%
G=46.72%
B=48.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272422490.890.0300.02181.8994.8754.12
Hex1BF2F959302b65f36
Octal3336237113130226613766
Binary110111111001011111001101100111010101101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,242,249); }

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

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

 a { background-color: rgb(27,242,249); }

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

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

 span { border-color: rgb(27,242,249); }

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