#09EFF4

Color #09EFF4 Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #09EFF4

Tints of Aqua #09EFF4

Color information

#09EFF4 (or 0x09EFF4) is unknown color: approx Aqua. HEX triplet: 09, EF and F4. RGB value is (9,239,244). Sum of RGB (Red+Green+Blue) = 9+239+244=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #09EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFF4 is #F6100B. Grayscale: #AAAAAA. Windows color (decimal): -16125964 or 16051977. OLE color: 16051977.

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

Color convert

RGB9239244-
CMYK0.960.0200.04
HSL181.28º92.89%49.61%-
HSV(B)181.28º96.31%95.69%-
XYZ47.3168.3296.28-
YUV170.8169.312.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.83%
GREEN value IS 239 (93.75% from 255) = 48.58%
BLUE value IS 244 (95.70% from 255) = 49.59%
R=1.83%
G=48.58%
B=49.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92392440.960.0200.04181.2892.8949.61
Hex9EFF460204b55d32
Octal1135736414020426513562
Binary100111101111111101001100000100100101101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,239,244); }

 H1.HeaderClassName
 {
   color: #09EFF4;
 }
 .AnyTagClassName
 {
   color: #09EFF4;
 }
</style>
background-color css

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

 a { background-color: rgb(9,239,244); }

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

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

 span { border-color: rgb(9,239,244); }

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