#1FE5FF

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

Shades of Aqua #1FE5FF

Tints of Aqua #1FE5FF

Color information

#1FE5FF (or 0x1FE5FF) is unknown color: approx Aqua. HEX triplet: 1F, E5 and FF. RGB value is (31,229,255). Sum of RGB (Red+Green+Blue) = 31+229+255=515 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.02% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FE5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FE5FF is #E01A00. Grayscale: #ACACAC. Windows color (decimal): -14686721 or 16770335. OLE color: 16770335.

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

Color convert

RGB31229255-
CMYK0.880.1000
HSL186.96º100%56.08%-
HSV(B)186.96º87.84%100%-
XYZ46.6363.55104.42-
YUV172.76174.426.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.02%
GREEN value IS 229 (89.84% from 255) = 44.47%
BLUE value IS 255 (100% from 255) = 49.51%
R=6.02%
G=44.47%
B=49.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal312292550.880.1000186.9610056.08
Hex1FE5FF58A00bb6438
Octal37345377130120027314470
Binary1111111100101111111111011000101000101110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,229,255); }

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

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

 a { background-color: rgb(31,229,255); }

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

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

 span { border-color: rgb(31,229,255); }

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