#0DF3FF

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

Shades of Aqua #0DF3FF

Tints of Aqua #0DF3FF

Color information

#0DF3FF (or 0x0DF3FF) is unknown color: approx Aqua. HEX triplet: 0D, F3 and FF. RGB value is (13,243,255). Sum of RGB (Red+Green+Blue) = 13+243+255=511 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.54% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DF3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF3FF is #F20C00. Grayscale: #AFAFAF. Windows color (decimal): -15862785 or 16773901. OLE color: 16773901.

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

Color convert

RGB13243255-
CMYK0.950.0500
HSL182.98º100%52.55%-
HSV(B)182.98º94.9%100%-
XYZ50.2771.41105.74-
YUV175.6172.812.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.54%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 255 (100% from 255) = 49.90%
R=2.54%
G=47.55%
B=49.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132432550.950.0500182.9810052.55
HexDF3FF5F500b76435
Octal1536337713750026714465
Binary11011111001111111111101111110100101101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,243,255); }

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

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

 a { background-color: rgb(13,243,255); }

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

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

 span { border-color: rgb(13,243,255); }

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