#1BEEFB

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

Shades of Aqua #1BEEFB

Tints of Aqua #1BEEFB

Color information

#1BEEFB (or 0x1BEEFB) is unknown color: approx Aqua. HEX triplet: 1B, EE and FB. RGB value is (27,238,251). Sum of RGB (Red+Green+Blue) = 27+238+251=516 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.23% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BEEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEEFB is #E41104. Grayscale: #B0B0B0. Windows color (decimal): -14946565 or 16510491. OLE color: 16510491.

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

Color convert

RGB27238251-
CMYK0.890.0500.02
HSL183.48º96.55%54.51%-
HSV(B)183.48º89.24%98.43%-
XYZ48.4468.35101.91-
YUV176.39170.121.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.23%
GREEN value IS 238 (93.36% from 255) = 46.12%
BLUE value IS 251 (98.44% from 255) = 48.64%
R=5.23%
G=46.12%
B=48.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal272382510.890.0500.02183.4896.5554.51
Hex1BEEFB59502b76137
Octal3335637313150226714167
Binary1101111101110111110111011001101010101101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,238,251); }

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

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

 a { background-color: rgb(27,238,251); }

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

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

 span { border-color: rgb(27,238,251); }

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