Html Css Color HEX #09FBFF Aqua

📋 copy color: '#09FBFF'

red 9 ◦ green 251 ◦ blue 255

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

Shades of Aqua #09FBFF

Tints of Aqua #09FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.74%

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

R = 1.75%
G = 48.74%
B = 49.51%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09FBFF (or 0x09FBFF) is known color: Aqua. HEX triplet: 09, FB and FF. RGB value is (9,251,255). Sum of RGB (Red+Green+Blue) = 9+251+255=515 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.75% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #09FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FBFF is #F60400. Grayscale: #B2B2B2. Windows color (decimal): -16122881 or 16775945. OLE color: 16775945.

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

Color convert

RGB 9 251 255 -
CMYK 0.96 0.02 0 0
HSL 180.98º 1% 0.52% -
HSV(B) 180.98º 0.96% 1% -
XYZ 52.66 76.27 106.55 -
YUV 179.1 170.83 6.67 -
System Red Green Blue C M Y K H S L
Decimal 9 251 255 0.96 0.02 0 0 180.98 1 0.52
Hex 9 FB FF 60 2 0 0 B5 64 34
Octal 11 373 377 140 2 0 0 265 144 64
Binary 1001 11111011 11111111 1100000 10 0 0 10110101 1100100 110100

Color Harmonies of #09FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FBFF

Black with #09FBFF

Text Example


Text Example

White with #09FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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