Html Css Color HEX #09FAFD Aqua

📋 copy color: '#09FAFD'

red 9 ◦ green 250 ◦ blue 253

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

Shades of Aqua #09FAFD

Tints of Aqua #09FAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

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

R = 1.76%
G = 48.83%
B = 49.41%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09FAFD (or 0x09FAFD) is known color: Aqua. HEX triplet: 09, FA and FD. RGB value is (9,250,253). Sum of RGB (Red+Green+Blue) = 9+250+253=512 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #09FAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAFD is #F60502. Grayscale: #B2B2B2. Windows color (decimal): -16123139 or 16644617. OLE color: 16644617.

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

Color convert

RGB 9 250 253 -
CMYK 0.96 0.01 0 0.01
HSL 180.74º 0.98% 0.51% -
HSV(B) 180.74º 0.96% 0.99% -
XYZ 52.03 75.52 104.76 -
YUV 178.28 170.16 7.26 -
System Red Green Blue C M Y K H S L
Decimal 9 250 253 0.96 0.01 0 0.01 180.74 0.98 0.51
Hex 9 FA FD 60 1 0 1 B5 62 33
Octal 11 372 375 140 1 0 1 265 142 63
Binary 1001 11111010 11111101 1100000 1 0 1 10110101 1100010 110011

Color Harmonies of #09FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAFD

Black with #09FAFD

Text Example


Text Example

White with #09FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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