Html Css Color HEX #0DF9FF Aqua

📋 copy color: '#0DF9FF'

red 13 ◦ green 249 ◦ blue 255

#0DF9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #0DF9FF

Tints of Aqua #0DF9FF

RGB

 RED value IS 13 (5.47% from 255) = 2.51%

 GREEN value IS 249 (97.66% from 255) = 48.16%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 2.51%
G = 48.16%
B = 49.32%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DF9FF (or 0x0DF9FF) is known color: Aqua. HEX triplet: 0D, F9 and FF. RGB value is (13,249,255). Sum of RGB (Red+Green+Blue) = 13+249+255=517 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.51% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DF9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF9FF is #F20600. Grayscale: #B2B2B2. Windows color (decimal): -15861249 or 16775437. OLE color: 16775437.

HSL color Cylindrical-coordinate representation of color #0DF9FF: hue angle of 181.49º 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 #0DF9FF is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 249 255 -
CMYK 0.95 0.02 0 0
HSL 181.49º 1% 0.53% -
HSV(B) 181.49º 0.95% 1% -
XYZ 52.09 75.06 106.35 -
YUV 179.12 170.81 9.51 -
System Red Green Blue C M Y K H S L
Decimal 13 249 255 0.95 0.02 0 0 181.49 1 0.53
Hex D F9 FF 5F 2 0 0 B5 64 35
Octal 15 371 377 137 2 0 0 265 144 65
Binary 1101 11111001 11111111 1011111 10 0 0 10110101 1100100 110101

Color Harmonies of #0DF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF9FF

Black with #0DF9FF

Text Example


Text Example

White with #0DF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DF9FF;
 }
 .AnyTagClassName
 {
   color: #0DF9FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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