Html Css Color HEX #0AEEFD Aqua

📋 copy color: '#0AEEFD'

red 10 ◦ green 238 ◦ blue 253

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

Shades of Aqua #0AEEFD

Tints of Aqua #0AEEFD

RGB

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

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

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

R = 2%
G = 47.5%
B = 50.5%

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

#0AEEFD (or 0x0AEEFD) is known color: Aqua. HEX triplet: 0A, EE and FD. RGB value is (10,238,253). Sum of RGB (Red+Green+Blue) = 10+238+253=501 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2.00% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AEEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEEFD is #F51102. Grayscale: #ABABAB. Windows color (decimal): -16060675 or 16641546. OLE color: 16641546.

HSL color Cylindrical-coordinate representation of color #0AEEFD: hue angle of 183.7º 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 #0AEEFD is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 238 253 -
CMYK 0.96 0.06 0 0.01
HSL 183.7º 0.98% 0.52% -
HSV(B) 183.7º 0.96% 0.99% -
XYZ 48.43 68.31 103.56 -
YUV 171.54 173.96 12.78 -
System Red Green Blue C M Y K H S L
Decimal 10 238 253 0.96 0.06 0 0.01 183.7 0.98 0.52
Hex A EE FD 60 6 0 1 B8 62 34
Octal 12 356 375 140 6 0 1 270 142 64
Binary 1010 11101110 11111101 1100000 110 0 1 10111000 1100010 110100

Color Harmonies of #0AEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEFD

Black with #0AEEFD

Text Example


Text Example

White with #0AEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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