Html Css Color HEX #1BE6FF Aqua

📋 copy color: '#1BE6FF'

red 27 ◦ green 230 ◦ blue 255

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

Shades of Aqua #1BE6FF

Tints of Aqua #1BE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

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

R = 5.27%
G = 44.92%
B = 49.8%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1BE6FF (or 0x1BE6FF) is known color: Aqua. HEX triplet: 1B, E6 and FF. RGB value is (27,230,255). Sum of RGB (Red+Green+Blue) = 27+230+255=512 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.27% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BE6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BE6FF is #E41900. Grayscale: #ABABAB. Windows color (decimal): -14948609 or 16770587. OLE color: 16770587.

HSL color Cylindrical-coordinate representation of color #1BE6FF: hue angle of 186.58º 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 #1BE6FF is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 27 230 255 -
CMYK 0.89 0.10 0 0
HSL 186.58º 1% 0.55% -
HSV(B) 186.58º 0.89% 1% -
XYZ 46.8 64.05 104.5 -
YUV 172.15 174.75 24.47 -
System Red Green Blue C M Y K H S L
Decimal 27 230 255 0.89 0.10 0 0 186.58 1 0.55
Hex 1B E6 FF 59 A 0 0 BB 64 37
Octal 33 346 377 131 12 0 0 273 144 67
Binary 11011 11100110 11111111 1011001 1010 0 0 10111011 1100100 110111

Color Harmonies of #1BE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE6FF

Black with #1BE6FF

Text Example


Text Example

White with #1BE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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