Html Css Color HEX #0DFFEE Aqua

📋 copy color: '#0DFFEE'

red 13 ◦ green 255 ◦ blue 238

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

Shades of Aqua #0DFFEE

Tints of Aqua #0DFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 50.4%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 2.57%
G = 50.4%
B = 47.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#0DFFEE (or 0x0DFFEE) is known color: Aqua. HEX triplet: 0D, FF and EE. RGB value is (13,255,238). Sum of RGB (Red+Green+Blue) = 13+255+238=506 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFEE is #F20011. Grayscale: #B4B4B4. Windows color (decimal): -15859730 or 15662861. OLE color: 15662861.

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

Color convert

RGB 13 255 238 -
CMYK 0.95 0 0.07 0
HSL 175.79º 1% 0.53% -
HSV(B) 175.79º 0.95% 1% -
XYZ 51.36 77.78 93.19 -
YUV 180.7 160.33 8.38 -
System Red Green Blue C M Y K H S L
Decimal 13 255 238 0.95 0 0.07 0 175.79 1 0.53
Hex D FF EE 5F 0 7 0 B0 64 35
Octal 15 377 356 137 0 7 0 260 144 65
Binary 1101 11111111 11101110 1011111 0 111 0 10110000 1100100 110101

Color Harmonies of #0DFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFEE

Black with #0DFFEE

Text Example


Text Example

White with #0DFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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