Html Css Color HEX #0AEFFF Aqua

📋 copy color: '#0AEFFF'

red 10 ◦ green 239 ◦ blue 255

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

Shades of Aqua #0AEFFF

Tints of Aqua #0AEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

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

R = 1.98%
G = 47.42%
B = 50.6%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0AEFFF (or 0x0AEFFF) is known color: Aqua. HEX triplet: 0A, EF and FF. RGB value is (10,239,255). Sum of RGB (Red+Green+Blue) = 10+239+255=504 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AEFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEFFF is #F51000. Grayscale: #ACACAC. Windows color (decimal): -16060417 or 16772874. OLE color: 16772874.

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

Color convert

RGB 10 239 255 -
CMYK 0.96 0.06 0 0
HSL 183.92º 1% 0.52% -
HSV(B) 183.92º 0.96% 1% -
XYZ 49.04 69.02 105.34 -
YUV 172.35 174.63 12.2 -
System Red Green Blue C M Y K H S L
Decimal 10 239 255 0.96 0.06 0 0 183.92 1 0.52
Hex A EF FF 60 6 0 0 B8 64 34
Octal 12 357 377 140 6 0 0 270 144 64
Binary 1010 11101111 11111111 1100000 110 0 0 10111000 1100100 110100

Color Harmonies of #0AEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFFF

Black with #0AEFFF

Text Example


Text Example

White with #0AEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,255); }

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

background-color css

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

 a { background-color: rgb(10,239,255); }

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

border-color css

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

 span { border-color: rgb(10,239,255); }

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