Html Css Color HEX #09F0FD Aqua

📋 copy color: '#09F0FD'

red 9 ◦ green 240 ◦ blue 253

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

Shades of Aqua #09F0FD

Tints of Aqua #09F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

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

R = 1.79%
G = 47.81%
B = 50.4%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09F0FD (or 0x09F0FD) is known color: Aqua. HEX triplet: 09, F0 and FD. RGB value is (9,240,253). Sum of RGB (Red+Green+Blue) = 9+240+253=502 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #09F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F0FD is #F60F02. Grayscale: #ACACAC. Windows color (decimal): -16125699 or 16642057. OLE color: 16642057.

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

Color convert

RGB 9 240 253 -
CMYK 0.96 0.05 0 0.01
HSL 183.2º 0.98% 0.51% -
HSV(B) 183.2º 0.96% 0.99% -
XYZ 49 69.47 103.75 -
YUV 172.41 173.47 11.44 -
System Red Green Blue C M Y K H S L
Decimal 9 240 253 0.96 0.05 0 0.01 183.2 0.98 0.51
Hex 9 F0 FD 60 5 0 1 B7 62 33
Octal 11 360 375 140 5 0 1 267 142 63
Binary 1001 11110000 11111101 1100000 101 0 1 10110111 1100010 110011

Color Harmonies of #09F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F0FD

Black with #09F0FD

Text Example


Text Example

White with #09F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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