Html Css Color HEX #00DFFE Aqua

📋 copy color: '#00DFFE'

red 0 ◦ green 223 ◦ blue 254

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

Shades of Aqua #00DFFE

Tints of Aqua #00DFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 0%
G = 46.75%
B = 53.25%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00DFFE (or 0x00DFFE) is known color: Aqua. HEX triplet: 00, DF and FE. RGB value is (0,223,254). Sum of RGB (Red+Green+Blue) = 0+223+254=477 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #00DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFFE is #FF2001. Grayscale: #9F9F9F. Windows color (decimal): -16719874 or 16703232. OLE color: 16703232.

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

Color convert

RGB 0 223 254 -
CMYK 1 0.12 0 0.00
HSL 187.32º 1% 0.5% -
HSV(B) 187.32º 1% 1% -
XYZ 44.28 59.93 103 -
YUV 159.86 181.12 13.98 -
System Red Green Blue C M Y K H S L
Decimal 0 223 254 1 0.12 0 0.00 187.32 1 0.5
Hex 0 DF FE 64 C 0 0 BB 64 32
Octal 0 337 376 144 14 0 0 273 144 62
Binary 0 11011111 11111110 1100100 1100 0 0 10111011 1100100 110010

Color Harmonies of #00DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFFE

Black with #00DFFE

Text Example


Text Example

White with #00DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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