Html Css Color HEX #0DEBFA Aqua

📋 copy color: '#0DEBFA'

red 13 ◦ green 235 ◦ blue 250

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

Shades of Aqua #0DEBFA

Tints of Aqua #0DEBFA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.19%

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

R = 2.61%
G = 47.19%
B = 50.2%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DEBFA (or 0x0DEBFA) is known color: Aqua. HEX triplet: 0D, EB and FA. RGB value is (13,235,250). Sum of RGB (Red+Green+Blue) = 13+235+250=498 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.61% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DEBFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEBFA is #F21405. Grayscale: #AAAAAA. Windows color (decimal): -15864838 or 16444173. OLE color: 16444173.

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

Color convert

RGB 13 235 250 -
CMYK 0.95 0.06 0 0.02
HSL 183.8º 0.96% 0.52% -
HSV(B) 183.8º 0.95% 0.98% -
XYZ 47.13 66.4 100.78 -
YUV 170.33 172.95 15.78 -
System Red Green Blue C M Y K H S L
Decimal 13 235 250 0.95 0.06 0 0.02 183.8 0.96 0.52
Hex D EB FA 5F 6 0 2 B8 60 34
Octal 15 353 372 137 6 0 2 270 140 64
Binary 1101 11101011 11111010 1011111 110 0 10 10111000 1100000 110100

Color Harmonies of #0DEBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEBFA

Black with #0DEBFA

Text Example


Text Example

White with #0DEBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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