#1CF5FD

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

Shades of Aqua #1CF5FD

Tints of Aqua #1CF5FD

Color information

#1CF5FD (or 0x1CF5FD) is unknown color: approx Aqua. HEX triplet: 1C, F5 and FD. RGB value is (28,245,253). Sum of RGB (Red+Green+Blue) = 28+245+253=526 (69% of max value = 765). Red value is 28 (11.33% from 255 or 5.32% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CF5FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF5FD is #E30A02. Grayscale: #B4B4B4. Windows color (decimal): -14879235 or 16643356. OLE color: 16643356.

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

Color convert

RGB28245253-
CMYK0.890.0300.01
HSL182.13º98.25%55.1%-
HSV(B)182.13º88.93%99.22%-
XYZ50.8672.64104.27-
YUV181.03168.6118.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.32%
GREEN value IS 245 (96.09% from 255) = 46.58%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=5.32%
G=46.58%
B=48.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal282452530.890.0300.01182.1398.2555.1
Hex1CF5FD59301b66237
Octal3436537513130126614267
Binary11100111101011111110110110011101101101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,245,253); }

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

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

 a { background-color: rgb(28,245,253); }

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

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

 span { border-color: rgb(28,245,253); }

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