Html Css Color HEX #09FFF0 Aqua

📋 copy color: '#09FFF0'

red 9 ◦ green 255 ◦ blue 240

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

Shades of Aqua #09FFF0

Tints of Aqua #09FFF0

RGB

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

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

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

R = 1.79%
G = 50.6%
B = 47.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#09FFF0 (or 0x09FFF0) is known color: Aqua. HEX triplet: 09, FF and F0. RGB value is (9,255,240). Sum of RGB (Red+Green+Blue) = 9+255+240=504 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFF0 is #F6000F. Grayscale: #B3B3B3. Windows color (decimal): -16121872 or 15793929. OLE color: 15793929.

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

Color convert

RGB 9 255 240 -
CMYK 0.96 0 0.06 0
HSL 176.34º 1% 0.52% -
HSV(B) 176.34º 0.96% 1% -
XYZ 51.6 77.87 94.75 -
YUV 179.74 162 6.22 -
System Red Green Blue C M Y K H S L
Decimal 9 255 240 0.96 0 0.06 0 176.34 1 0.52
Hex 9 FF F0 60 0 6 0 B0 64 34
Octal 11 377 360 140 0 6 0 260 144 64
Binary 1001 11111111 11110000 1100000 0 110 0 10110000 1100100 110100

Color Harmonies of #09FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFF0

Black with #09FFF0

Text Example


Text Example

White with #09FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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