#0CF8FA

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

Shades of Aqua #0CF8FA

Tints of Aqua #0CF8FA

Color information

#0CF8FA (or 0x0CF8FA) is unknown color: approx Aqua. HEX triplet: 0C, F8 and FA. RGB value is (12,248,250). Sum of RGB (Red+Green+Blue) = 12+248+250=510 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.35% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CF8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF8FA is #F30705. Grayscale: #B1B1B1. Windows color (decimal): -15927046 or 16447500. OLE color: 16447500.

HSL color Cylindrical-coordinate representation of color #0CF8FA: hue angle of 180.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF8FA is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12248250-
CMYK0.950.0100.02
HSL180.5º95.97%51.37%-
HSV(B)180.5º95.2%98.04%-
XYZ50.9774.12102.06-
YUV177.66168.819.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.35%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=2.35%
G=48.63%
B=49.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal122482500.950.0100.02180.595.9751.37
HexCF8FA5F102b56033
Octal1437037213710226514063
Binary1100111110001111101010111111010101101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,248,250); }

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

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

 a { background-color: rgb(12,248,250); }

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

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

 span { border-color: rgb(12,248,250); }

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