Html Css Color HEX #09E5F9 Aqua

📋 copy color: '#09E5F9'

red 9 ◦ green 229 ◦ blue 249

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

Shades of Aqua #09E5F9

Tints of Aqua #09E5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 1.85%
G = 47.02%
B = 51.13%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09E5F9 (or 0x09E5F9) is known color: Aqua. HEX triplet: 09, E5 and F9. RGB value is (9,229,249). Sum of RGB (Red+Green+Blue) = 9+229+249=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #09E5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E5F9 is #F61A06. Grayscale: #A5A5A5. Windows color (decimal): -16128519 or 16377097. OLE color: 16377097.

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

Color convert

RGB 9 229 249 -
CMYK 0.96 0.08 0 0.02
HSL 185º 0.95% 0.51% -
HSV(B) 185º 0.96% 0.98% -
XYZ 45.23 62.94 99.39 -
YUV 165.5 175.11 16.37 -
System Red Green Blue C M Y K H S L
Decimal 9 229 249 0.96 0.08 0 0.02 185 0.95 0.51
Hex 9 E5 F9 60 8 0 2 B9 5F 33
Octal 11 345 371 140 10 0 2 271 137 63
Binary 1001 11100101 11111001 1100000 1000 0 10 10111001 1011111 110011

Color Harmonies of #09E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5F9

Black with #09E5F9

Text Example


Text Example

White with #09E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,229,249); }

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

background-color css

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

 a { background-color: rgb(9,229,249); }

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

border-color css

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

 span { border-color: rgb(9,229,249); }

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