Html Css Color HEX #0DEEFA Aqua

📋 copy color: '#0DEEFA'

red 13 ◦ green 238 ◦ blue 250

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

Shades of Aqua #0DEEFA

Tints of Aqua #0DEEFA

RGB

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

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

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

R = 2.59%
G = 47.5%
B = 49.9%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DEEFA (or 0x0DEEFA) is known color: Aqua. HEX triplet: 0D, EE and FA. RGB value is (13,238,250). Sum of RGB (Red+Green+Blue) = 13+238+250=501 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DEEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEEFA is #F21105. Grayscale: #ABABAB. Windows color (decimal): -15864070 or 16444941. OLE color: 16444941.

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

Color convert

RGB 13 238 250 -
CMYK 0.95 0.05 0 0.02
HSL 183.04º 0.96% 0.52% -
HSV(B) 183.04º 0.95% 0.98% -
XYZ 48 68.14 101.06 -
YUV 172.09 171.96 14.52 -
System Red Green Blue C M Y K H S L
Decimal 13 238 250 0.95 0.05 0 0.02 183.04 0.96 0.52
Hex D EE FA 5F 5 0 2 B7 60 34
Octal 15 356 372 137 5 0 2 267 140 64
Binary 1101 11101110 11111010 1011111 101 0 10 10110111 1100000 110100

Color Harmonies of #0DEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEEFA

Black with #0DEEFA

Text Example


Text Example

White with #0DEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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