Html Css Color HEX #09FEF0 Aqua

📋 copy color: '#09FEF0'

red 9 ◦ green 254 ◦ blue 240

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

Shades of Aqua #09FEF0

Tints of Aqua #09FEF0

RGB

 RED value IS 9 (3.91% from 255) = 1.79%

 GREEN value IS 254 (99.61% from 255) = 50.5%

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 1.79%
G = 50.5%
B = 47.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#09FEF0 (or 0x09FEF0) is known color: Aqua. HEX triplet: 09, FE and F0. RGB value is (9,254,240). Sum of RGB (Red+Green+Blue) = 9+254+240=503 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEF0 is #F6010F. Grayscale: #B2B2B2. Windows color (decimal): -16122128 or 15793673. OLE color: 15793673.

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

Color convert

RGB 9 254 240 -
CMYK 0.96 0 0.06 0.00
HSL 176.57º 0.99% 0.52% -
HSV(B) 176.57º 0.96% 1% -
XYZ 51.28 77.23 94.64 -
YUV 179.15 162.33 6.64 -
System Red Green Blue C M Y K H S L
Decimal 9 254 240 0.96 0 0.06 0.00 176.57 0.99 0.52
Hex 9 FE F0 60 0 6 0 B1 63 34
Octal 11 376 360 140 0 6 0 261 143 64
Binary 1001 11111110 11110000 1100000 0 110 0 10110001 1100011 110100

Color Harmonies of #09FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FEF0

Black with #09FEF0

Text Example


Text Example

White with #09FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09FEF0; }

 p { color: rgb(9,254,240); }

 H1.HeaderClassName
 {
   color: #09FEF0;
 }
 .AnyTagClassName
 {
   color: #09FEF0;
 }
</style>

background-color css

<style>
 a { background-color: #09FEF0; }

 a { background-color: rgb(9,254,240); }

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

border-color css

<style>
 span { border-color: #09FEF0; }

 span { border-color: rgb(9,254,240); }

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