Html Css Color HEX #09F9EE Aqua

📋 copy color: '#09F9EE'

red 9 ◦ green 249 ◦ blue 238

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

Shades of Aqua #09F9EE

Tints of Aqua #09F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.2%

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 1.81%
G = 50.2%
B = 47.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#09F9EE (or 0x09F9EE) is known color: Aqua. HEX triplet: 09, F9 and EE. RGB value is (9,249,238). Sum of RGB (Red+Green+Blue) = 9+249+238=496 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F9EE is #F60611. Grayscale: #AFAFAF. Windows color (decimal): -16123410 or 15661321. OLE color: 15661321.

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

Color convert

RGB 9 249 238 -
CMYK 0.96 0 0.04 0.02
HSL 177.25º 0.95% 0.51% -
HSV(B) 177.25º 0.96% 0.98% -
XYZ 49.42 73.98 92.56 -
YUV 175.99 162.99 8.89 -
System Red Green Blue C M Y K H S L
Decimal 9 249 238 0.96 0 0.04 0.02 177.25 0.95 0.51
Hex 9 F9 EE 60 0 4 2 B1 5F 33
Octal 11 371 356 140 0 4 2 261 137 63
Binary 1001 11111001 11101110 1100000 0 100 10 10110001 1011111 110011

Color Harmonies of #09F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F9EE

Black with #09F9EE

Text Example


Text Example

White with #09F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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