Html Css Color HEX #0DFDEB Aqua

📋 copy color: '#0DFDEB'

red 13 ◦ green 253 ◦ blue 235

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

Shades of Aqua #0DFDEB

Tints of Aqua #0DFDEB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.5%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 2.59%
G = 50.5%
B = 46.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#0DFDEB (or 0x0DFDEB) is known color: Aqua. HEX triplet: 0D, FD and EB. RGB value is (13,253,235). Sum of RGB (Red+Green+Blue) = 13+253+235=501 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFDEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFDEB is #F20214. Grayscale: #B3B3B3. Windows color (decimal): -15860245 or 15465741. OLE color: 15465741.

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

Color convert

RGB 13 253 235 -
CMYK 0.95 0 0.07 0.01
HSL 175.5º 0.98% 0.52% -
HSV(B) 175.5º 0.95% 0.99% -
XYZ 50.29 76.33 90.68 -
YUV 179.19 159.49 9.46 -
System Red Green Blue C M Y K H S L
Decimal 13 253 235 0.95 0 0.07 0.01 175.5 0.98 0.52
Hex D FD EB 5F 0 7 1 B0 62 34
Octal 15 375 353 137 0 7 1 260 142 64
Binary 1101 11111101 11101011 1011111 0 111 1 10110000 1100010 110100

Color Harmonies of #0DFDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFDEB

Black with #0DFDEB

Text Example


Text Example

White with #0DFDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,253,235); }

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

background-color css

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

 a { background-color: rgb(13,253,235); }

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

border-color css

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

 span { border-color: rgb(13,253,235); }

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