Html Css Color HEX #00FBFF Aqua

📋 copy color: '#00FBFF'

red 0 ◦ green 251 ◦ blue 255

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

Shades of Aqua #00FBFF

Tints of Aqua #00FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 0%
G = 49.6%
B = 50.4%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#00FBFF (or 0x00FBFF) is known color: Aqua. HEX triplet: 00, FB and FF. RGB value is (0,251,255). Sum of RGB (Red+Green+Blue) = 0+251+255=506 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FBFF is #FF0400. Grayscale: #B0B0B0. Windows color (decimal): -16712705 or 16775936. OLE color: 16775936.

HSL color Cylindrical-coordinate representation of color #00FBFF: hue angle of 180.94º 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 #00FBFF is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 251 255 -
CMYK 1 0.02 0 0
HSL 180.94º 1% 0.5% -
HSV(B) 180.94º 1% 1% -
XYZ 52.55 76.21 106.55 -
YUV 176.41 172.34 2.17 -
System Red Green Blue C M Y K H S L
Decimal 0 251 255 1 0.02 0 0 180.94 1 0.5
Hex 0 FB FF 64 2 0 0 B5 64 32
Octal 0 373 377 144 2 0 0 265 144 62
Binary 0 11111011 11111111 1100100 10 0 0 10110101 1100100 110010

Color Harmonies of #00FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FBFF

Black with #00FBFF

Text Example


Text Example

White with #00FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,251,255); }

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

background-color css

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

 a { background-color: rgb(0,251,255); }

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

border-color css

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

 span { border-color: rgb(0,251,255); }

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