Html Css Color HEX #0AFFEE Aqua

📋 copy color: '#0AFFEE'

red 10 ◦ green 255 ◦ blue 238

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

Shades of Aqua #0AFFEE

Tints of Aqua #0AFFEE

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 10 255 238 -
CMYK 0.96 0 0.07 0
HSL 175.84º 1% 0.52% -
HSV(B) 175.84º 0.96% 1% -
XYZ 51.32 77.76 93.19 -
YUV 179.81 160.83 6.88 -
System Red Green Blue C M Y K H S L
Decimal 10 255 238 0.96 0 0.07 0 175.84 1 0.52
Hex A FF EE 60 0 7 0 B0 64 34
Octal 12 377 356 140 0 7 0 260 144 64
Binary 1010 11111111 11101110 1100000 0 111 0 10110000 1100100 110100

Color Harmonies of #0AFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFEE

Black with #0AFFEE

Text Example


Text Example

White with #0AFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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