Html Css Color HEX #0DEEFF Aqua

📋 copy color: '#0DEEFF'

red 13 ◦ green 238 ◦ blue 255

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

Shades of Aqua #0DEEFF

Tints of Aqua #0DEEFF

RGB

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

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

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

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

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

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

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

Color convert

RGB 13 238 255 -
CMYK 0.95 0.07 0 0
HSL 184.21º 1% 0.53% -
HSV(B) 184.21º 0.95% 1% -
XYZ 48.79 68.45 105.25 -
YUV 172.66 174.46 14.12 -
System Red Green Blue C M Y K H S L
Decimal 13 238 255 0.95 0.07 0 0 184.21 1 0.53
Hex D EE FF 5F 7 0 0 B8 64 35
Octal 15 356 377 137 7 0 0 270 144 65
Binary 1101 11101110 11111111 1011111 111 0 0 10111000 1100100 110101

Color Harmonies of #0DEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEFF

Black with #0DEEFF

Text Example


Text Example

White with #0DEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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