Html Css Color HEX #0DFEFA Aqua

📋 copy color: '#0DFEFA'

red 13 ◦ green 254 ◦ blue 250

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

Shades of Aqua #0DFEFA

Tints of Aqua #0DFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.13%

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 2.51%
G = 49.13%
B = 48.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#0DFEFA (or 0x0DFEFA) is known color: Aqua. HEX triplet: 0D, FE and FA. RGB value is (13,254,250). Sum of RGB (Red+Green+Blue) = 13+254+250=517 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.51% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEFA is #F20105. Grayscale: #B5B5B5. Windows color (decimal): -15859974 or 16449037. OLE color: 16449037.

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

Color convert

RGB 13 254 250 -
CMYK 0.95 0 0.02 0.00
HSL 179º 0.99% 0.52% -
HSV(B) 179º 0.95% 1% -
XYZ 52.86 77.87 102.69 -
YUV 181.49 166.66 7.83 -
System Red Green Blue C M Y K H S L
Decimal 13 254 250 0.95 0 0.02 0.00 179 0.99 0.52
Hex D FE FA 5F 0 2 0 B3 63 34
Octal 15 376 372 137 0 2 0 263 143 64
Binary 1101 11111110 11111010 1011111 0 10 0 10110011 1100011 110100

Color Harmonies of #0DFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFEFA

Black with #0DFEFA

Text Example


Text Example

White with #0DFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,254,250); }

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

background-color css

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

 a { background-color: rgb(13,254,250); }

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

border-color css

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

 span { border-color: rgb(13,254,250); }

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