Html Css Color HEX #09E2FD Aqua

📋 copy color: '#09E2FD'

red 9 ◦ green 226 ◦ blue 253

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

Shades of Aqua #09E2FD

Tints of Aqua #09E2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.31%

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

R = 1.84%
G = 46.31%
B = 51.84%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09E2FD (or 0x09E2FD) is known color: Aqua. HEX triplet: 09, E2 and FD. RGB value is (9,226,253). Sum of RGB (Red+Green+Blue) = 9+226+253=488 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #09E2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E2FD is #F61D02. Grayscale: #A3A3A3. Windows color (decimal): -16129283 or 16638473. OLE color: 16638473.

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

Color convert

RGB 9 226 253 -
CMYK 0.96 0.11 0 0.01
HSL 186.64º 0.98% 0.51% -
HSV(B) 186.64º 0.96% 0.99% -
XYZ 45.04 61.54 102.43 -
YUV 164.2 178.11 17.3 -
System Red Green Blue C M Y K H S L
Decimal 9 226 253 0.96 0.11 0 0.01 186.64 0.98 0.51
Hex 9 E2 FD 60 B 0 1 BB 62 33
Octal 11 342 375 140 13 0 1 273 142 63
Binary 1001 11100010 11111101 1100000 1011 0 1 10111011 1100010 110011

Color Harmonies of #09E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E2FD

Black with #09E2FD

Text Example


Text Example

White with #09E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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