Html Css Color HEX #09FEFD Aqua

📋 copy color: '#09FEFD'

red 9 ◦ green 254 ◦ blue 253

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

Shades of Aqua #09FEFD

Tints of Aqua #09FEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.22%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 1.74%
G = 49.22%
B = 49.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#09FEFD (or 0x09FEFD) is known color: Aqua. HEX triplet: 09, FE and FD. RGB value is (9,254,253). Sum of RGB (Red+Green+Blue) = 9+254+253=516 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.74% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #09FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEFD is #F60102. Grayscale: #B4B4B4. Windows color (decimal): -16122115 or 16645641. OLE color: 16645641.

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

Color convert

RGB 9 254 253 -
CMYK 0.96 0 0.00 0.00
HSL 179.76º 0.99% 0.52% -
HSV(B) 179.76º 0.96% 1% -
XYZ 53.28 78.03 105.18 -
YUV 180.63 168.83 5.58 -
System Red Green Blue C M Y K H S L
Decimal 9 254 253 0.96 0 0.00 0.00 179.76 0.99 0.52
Hex 9 FE FD 60 0 0 0 B4 63 34
Octal 11 376 375 140 0 0 0 264 143 64
Binary 1001 11111110 11111101 1100000 0 0 0 10110100 1100011 110100

Color Harmonies of #09FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FEFD

Black with #09FEFD

Text Example


Text Example

White with #09FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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