#0DE3FB

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

Shades of Aqua #0DE3FB

Tints of Aqua #0DE3FB

Color information

#0DE3FB (or 0x0DE3FB) is unknown color: approx Aqua. HEX triplet: 0D, E3 and FB. RGB value is (13,227,251). Sum of RGB (Red+Green+Blue) = 13+227+251=491 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.65% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DE3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DE3FB is #F21C04. Grayscale: #A5A5A5. Windows color (decimal): -15866885 or 16507661. OLE color: 16507661.

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

Color convert

RGB13227251-
CMYK0.950.1000.02
HSL186.05º96.75%51.76%-
HSV(B)186.05º94.82%98.43%-
XYZ45.0561.99100.86-
YUV165.75176.119.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.65%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=2.65%
G=46.23%
B=51.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132272510.950.1000.02186.0596.7551.76
HexDE3FB5FA02ba6134
Octal15343373137120227214164
Binary1101111000111111101110111111010010101110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,227,251); }

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

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

 a { background-color: rgb(13,227,251); }

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

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

 span { border-color: rgb(13,227,251); }

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