Html Css Color HEX #0AEDFD Aqua

📋 copy color: '#0AEDFD'

red 10 ◦ green 237 ◦ blue 253

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

Shades of Aqua #0AEDFD

Tints of Aqua #0AEDFD

RGB

 RED value IS 10 (4.3% from 255) = 2%

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 2%
G = 47.4%
B = 50.6%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0AEDFD (or 0x0AEDFD) is known color: Aqua. HEX triplet: 0A, ED and FD. RGB value is (10,237,253). Sum of RGB (Red+Green+Blue) = 10+237+253=500 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AEDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEDFD is #F51202. Grayscale: #AAAAAA. Windows color (decimal): -16060931 or 16641290. OLE color: 16641290.

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

Color convert

RGB 10 237 253 -
CMYK 0.96 0.06 0 0.01
HSL 183.95º 0.98% 0.52% -
HSV(B) 183.95º 0.96% 0.99% -
XYZ 48.14 67.72 103.46 -
YUV 170.95 174.29 13.2 -
System Red Green Blue C M Y K H S L
Decimal 10 237 253 0.96 0.06 0 0.01 183.95 0.98 0.52
Hex A ED FD 60 6 0 1 B8 62 34
Octal 12 355 375 140 6 0 1 270 142 64
Binary 1010 11101101 11111101 1100000 110 0 1 10111000 1100010 110100

Color Harmonies of #0AEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEDFD

Black with #0AEDFD

Text Example


Text Example

White with #0AEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,237,253); }

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

background-color css

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

 a { background-color: rgb(10,237,253); }

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

border-color css

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

 span { border-color: rgb(10,237,253); }

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