Html Css Color HEX #09FBFE Aqua

📋 copy color: '#09FBFE'

red 9 ◦ green 251 ◦ blue 254

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

Shades of Aqua #09FBFE

Tints of Aqua #09FBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 1.75%
G = 48.83%
B = 49.42%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09FBFE (or 0x09FBFE) is known color: Aqua. HEX triplet: 09, FB and FE. RGB value is (9,251,254). Sum of RGB (Red+Green+Blue) = 9+251+254=514 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.75% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #09FBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FBFE is #F60401. Grayscale: #B2B2B2. Windows color (decimal): -16122882 or 16710409. OLE color: 16710409.

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

Color convert

RGB 9 251 254 -
CMYK 0.96 0.01 0 0.00
HSL 180.73º 0.99% 0.52% -
HSV(B) 180.73º 0.96% 1% -
XYZ 52.5 76.21 105.71 -
YUV 178.98 170.33 6.76 -
System Red Green Blue C M Y K H S L
Decimal 9 251 254 0.96 0.01 0 0.00 180.73 0.99 0.52
Hex 9 FB FE 60 1 0 0 B5 63 34
Octal 11 373 376 140 1 0 0 265 143 64
Binary 1001 11111011 11111110 1100000 1 0 0 10110101 1100011 110100

Color Harmonies of #09FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FBFE

Black with #09FBFE

Text Example


Text Example

White with #09FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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