Html Css Color HEX #09F0FF Aqua

📋 copy color: '#09F0FF'

red 9 ◦ green 240 ◦ blue 255

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

Shades of Aqua #09F0FF

Tints of Aqua #09F0FF

RGB

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

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

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

R = 1.79%
G = 47.62%
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

#09F0FF (or 0x09F0FF) is known color: Aqua. HEX triplet: 09, F0 and FF. RGB value is (9,240,255). Sum of RGB (Red+Green+Blue) = 9+240+255=504 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 504); Green value is 240 (94.14% from 255 or 47.62% 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 #09F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F0FF is #F60F00. Grayscale: #ACACAC. Windows color (decimal): -16125697 or 16773129. OLE color: 16773129.

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

Color convert

RGB 9 240 255 -
CMYK 0.96 0.06 0 0
HSL 183.66º 1% 0.52% -
HSV(B) 183.66º 0.96% 1% -
XYZ 49.32 69.6 105.44 -
YUV 172.64 174.47 11.28 -
System Red Green Blue C M Y K H S L
Decimal 9 240 255 0.96 0.06 0 0 183.66 1 0.52
Hex 9 F0 FF 60 6 0 0 B8 64 34
Octal 11 360 377 140 6 0 0 270 144 64
Binary 1001 11110000 11111111 1100000 110 0 0 10111000 1100100 110100

Color Harmonies of #09F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F0FF

Black with #09F0FF

Text Example


Text Example

White with #09F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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