Html Css Color HEX #09F7FA Aqua

📋 copy color: '#09F7FA'

red 9 ◦ green 247 ◦ blue 250

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

Shades of Aqua #09F7FA

Tints of Aqua #09F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 1.78%
G = 48.81%
B = 49.41%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09F7FA (or 0x09F7FA) is known color: Aqua. HEX triplet: 09, F7 and FA. RGB value is (9,247,250). Sum of RGB (Red+Green+Blue) = 9+247+250=506 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.78% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #09F7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F7FA is #F60805. Grayscale: #AFAFAF. Windows color (decimal): -16123910 or 16447241. OLE color: 16447241.

HSL color Cylindrical-coordinate representation of color #09F7FA: hue angle of 180.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F7FA is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 247 250 -
CMYK 0.96 0.01 0 0.02
HSL 180.75º 0.96% 0.51% -
HSV(B) 180.75º 0.96% 0.98% -
XYZ 50.63 73.48 101.96 -
YUV 176.18 169.65 8.76 -
System Red Green Blue C M Y K H S L
Decimal 9 247 250 0.96 0.01 0 0.02 180.75 0.96 0.51
Hex 9 F7 FA 60 1 0 2 B5 60 33
Octal 11 367 372 140 1 0 2 265 140 63
Binary 1001 11110111 11111010 1100000 1 0 10 10110101 1100000 110011

Color Harmonies of #09F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F7FA

Black with #09F7FA

Text Example


Text Example

White with #09F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,247,250); }

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

background-color css

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

 a { background-color: rgb(9,247,250); }

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

border-color css

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

 span { border-color: rgb(9,247,250); }

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