#0BFCFA

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

Shades of Aqua #0BFCFA

Tints of Aqua #0BFCFA

Color information

#0BFCFA (or 0x0BFCFA) is unknown color: approx Aqua. HEX triplet: 0B, FC and FA. RGB value is (11,252,250). Sum of RGB (Red+Green+Blue) = 11+252+250=513 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.14% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFCFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFCFA is #F40305. Grayscale: #B3B3B3. Windows color (decimal): -15991558 or 16448523. OLE color: 16448523.

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

Color convert

RGB11252250-
CMYK0.9600.010.01
HSL179.5º97.57%51.57%-
HSV(B)179.5º95.63%98.82%-
XYZ52.276.59102.48-
YUV179.71167.667.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.14%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=2.14%
G=49.12%
B=48.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112522500.9600.010.01179.597.5751.57
HexBFCFA60011b46234
Octal1337437214001126414264
Binary101111111100111110101100000011101101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,252,250); }

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

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

 a { background-color: rgb(11,252,250); }

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

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

 span { border-color: rgb(11,252,250); }

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