#0CE3FE

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

Shades of Aqua #0CE3FE

Tints of Aqua #0CE3FE

Color information

#0CE3FE (or 0x0CE3FE) is unknown color: approx Aqua. HEX triplet: 0C, E3 and FE. RGB value is (12,227,254). Sum of RGB (Red+Green+Blue) = 12+227+254=493 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.43% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CE3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE3FE is #F31C01. Grayscale: #A5A5A5. Windows color (decimal): -15932418 or 16704268. OLE color: 16704268.

HSL color Cylindrical-coordinate representation of color #0CE3FE: hue angle of 186.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE3FE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12227254-
CMYK0.950.1100.00
HSL186.69º99.18%52.16%-
HSV(B)186.69º95.28%99.61%-
XYZ45.5162.17103.37-
YUV165.79177.7718.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.43%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=2.43%
G=46.04%
B=51.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal122272540.950.1100.00186.6999.1852.16
HexCE3FE5FB00bb6334
Octal14343376137130027314364
Binary110011100011111111101011111101100101110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CE3FE; }

 p { color: rgb(12,227,254); }

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

<style>
 a { background-color: #0CE3FE; }

 a { background-color: rgb(12,227,254); }

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

<style>
 span { border-color: #0CE3FE; }

 span { border-color: rgb(12,227,254); }

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