Html Css Color HEX #0AEEFF Aqua

📋 copy color: '#0AEEFF'

red 10 ◦ green 238 ◦ blue 255

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

Shades of Aqua #0AEEFF

Tints of Aqua #0AEEFF

RGB

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

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

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

R = 1.99%
G = 47.32%
B = 50.7%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0AEEFF (or 0x0AEEFF) is known color: Aqua. HEX triplet: 0A, EE and FF. RGB value is (10,238,255). Sum of RGB (Red+Green+Blue) = 10+238+255=503 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AEEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEEFF is #F51100. Grayscale: #ABABAB. Windows color (decimal): -16060673 or 16772618. OLE color: 16772618.

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

Color convert

RGB 10 238 255 -
CMYK 0.96 0.07 0 0
HSL 184.16º 1% 0.52% -
HSV(B) 184.16º 0.96% 1% -
XYZ 48.75 68.43 105.25 -
YUV 171.77 174.96 12.62 -
System Red Green Blue C M Y K H S L
Decimal 10 238 255 0.96 0.07 0 0 184.16 1 0.52
Hex A EE FF 60 7 0 0 B8 64 34
Octal 12 356 377 140 7 0 0 270 144 64
Binary 1010 11101110 11111111 1100000 111 0 0 10111000 1100100 110100

Color Harmonies of #0AEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEFF

Black with #0AEEFF

Text Example


Text Example

White with #0AEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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