Html Css Color HEX #09DFFD Aqua

📋 copy color: '#09DFFD'

red 9 ◦ green 223 ◦ blue 253

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

Shades of Aqua #09DFFD

Tints of Aqua #09DFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.98%

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

R = 1.86%
G = 45.98%
B = 52.16%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09DFFD (or 0x09DFFD) is known color: Aqua. HEX triplet: 09, DF and FD. RGB value is (9,223,253). Sum of RGB (Red+Green+Blue) = 9+223+253=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #09DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFFD is #F62002. Grayscale: #A2A2A2. Windows color (decimal): -16130051 or 16637705. OLE color: 16637705.

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

Color convert

RGB 9 223 253 -
CMYK 0.96 0.12 0 0.01
HSL 187.38º 0.98% 0.51% -
HSV(B) 187.38º 0.96% 0.99% -
XYZ 44.23 59.93 102.16 -
YUV 162.43 179.1 18.56 -
System Red Green Blue C M Y K H S L
Decimal 9 223 253 0.96 0.12 0 0.01 187.38 0.98 0.51
Hex 9 DF FD 60 C 0 1 BB 62 33
Octal 11 337 375 140 14 0 1 273 142 63
Binary 1001 11011111 11111101 1100000 1100 0 1 10111011 1100010 110011

Color Harmonies of #09DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DFFD

Black with #09DFFD

Text Example


Text Example

White with #09DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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