Html Css Color HEX #00DFFD Aqua

📋 copy color: '#00DFFD'

red 0 ◦ green 223 ◦ blue 253

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

Shades of Aqua #00DFFD

Tints of Aqua #00DFFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.85%
B = 53.15%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00DFFD (or 0x00DFFD) is known color: Aqua. HEX triplet: 00, DF and FD. RGB value is (0,223,253). Sum of RGB (Red+Green+Blue) = 0+223+253=476 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #00DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFFD is #FF2002. Grayscale: #9F9F9F. Windows color (decimal): -16719875 or 16637696. OLE color: 16637696.

HSL color Cylindrical-coordinate representation of color #00DFFD: hue angle of 187.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFFD is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 223 253 -
CMYK 1 0.12 0 0.01
HSL 187.11º 1% 0.5% -
HSV(B) 187.11º 1% 0.99% -
XYZ 44.12 59.87 102.16 -
YUV 159.74 180.62 14.06 -
System Red Green Blue C M Y K H S L
Decimal 0 223 253 1 0.12 0 0.01 187.11 1 0.5
Hex 0 DF FD 64 C 0 1 BB 64 32
Octal 0 337 375 144 14 0 1 273 144 62
Binary 0 11011111 11111101 1100100 1100 0 1 10111011 1100100 110010

Color Harmonies of #00DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFFD

Black with #00DFFD

Text Example


Text Example

White with #00DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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