Html Css Color HEX #09F6FF Aqua

📋 copy color: '#09F6FF'

red 9 ◦ green 246 ◦ blue 255

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

Shades of Aqua #09F6FF

Tints of Aqua #09F6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

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

R = 1.76%
G = 48.24%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09F6FF (or 0x09F6FF) is known color: Aqua. HEX triplet: 09, F6 and FF. RGB value is (9,246,255). Sum of RGB (Red+Green+Blue) = 9+246+255=510 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #09F6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F6FF is #F60900. Grayscale: #AFAFAF. Windows color (decimal): -16124161 or 16774665. OLE color: 16774665.

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

Color convert

RGB 9 246 255 -
CMYK 0.96 0.04 0 0
HSL 182.2º 1% 0.52% -
HSV(B) 182.2º 0.96% 1% -
XYZ 51.12 73.19 106.04 -
YUV 176.16 172.48 8.77 -
System Red Green Blue C M Y K H S L
Decimal 9 246 255 0.96 0.04 0 0 182.2 1 0.52
Hex 9 F6 FF 60 4 0 0 B6 64 34
Octal 11 366 377 140 4 0 0 266 144 64
Binary 1001 11110110 11111111 1100000 100 0 0 10110110 1100100 110100

Color Harmonies of #09F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F6FF

Black with #09F6FF

Text Example


Text Example

White with #09F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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