Html Css Color HEX #0DEDFF Aqua

📋 copy color: '#0DEDFF'

red 13 ◦ green 237 ◦ blue 255

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

Shades of Aqua #0DEDFF

Tints of Aqua #0DEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.93%

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

R = 2.57%
G = 46.93%
B = 50.5%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0DEDFF (or 0x0DEDFF) is known color: Aqua. HEX triplet: 0D, ED and FF. RGB value is (13,237,255). Sum of RGB (Red+Green+Blue) = 13+237+255=505 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DEDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDFF is #F21200. Grayscale: #ABABAB. Windows color (decimal): -15864321 or 16772365. OLE color: 16772365.

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

Color convert

RGB 13 237 255 -
CMYK 0.95 0.07 0 0
HSL 184.46º 1% 0.53% -
HSV(B) 184.46º 0.95% 1% -
XYZ 48.5 67.87 105.15 -
YUV 172.08 174.79 14.54 -
System Red Green Blue C M Y K H S L
Decimal 13 237 255 0.95 0.07 0 0 184.46 1 0.53
Hex D ED FF 5F 7 0 0 B8 64 35
Octal 15 355 377 137 7 0 0 270 144 65
Binary 1101 11101101 11111111 1011111 111 0 0 10111000 1100100 110101

Color Harmonies of #0DEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEDFF

Black with #0DEDFF

Text Example


Text Example

White with #0DEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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