Html Css Color HEX #1BEEFF Aqua

📋 copy color: '#1BEEFF'

red 27 ◦ green 238 ◦ blue 255

#1BEEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #1BEEFF

Tints of Aqua #1BEEFF

RGB

 RED value IS 27 (10.94% from 255) = 5.19%

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 5.19%
G = 45.77%
B = 49.04%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BEEFF (or 0x1BEEFF) is known color: Aqua. HEX triplet: 1B, EE and FF. RGB value is (27,238,255). Sum of RGB (Red+Green+Blue) = 27+238+255=520 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.19% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEEFF is #E41100. Grayscale: #B0B0B0. Windows color (decimal): -14946561 or 16772635. OLE color: 16772635.

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

Color convert

RGB 27 238 255 -
CMYK 0.89 0.07 0 0
HSL 184.47º 1% 0.55% -
HSV(B) 184.47º 0.89% 1% -
XYZ 49.08 68.6 105.26 -
YUV 176.85 172.1 21.12 -
System Red Green Blue C M Y K H S L
Decimal 27 238 255 0.89 0.07 0 0 184.47 1 0.55
Hex 1B EE FF 59 7 0 0 B8 64 37
Octal 33 356 377 131 7 0 0 270 144 67
Binary 11011 11101110 11111111 1011001 111 0 0 10111000 1100100 110111

Color Harmonies of #1BEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BEEFF

Black with #1BEEFF

Text Example


Text Example

White with #1BEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1BEEFF;
 }
 .AnyTagClassName
 {
   color: #1BEEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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