Html Css Color HEX #01FBFF Aqua

📋 copy color: '#01FBFF'

red 1 ◦ green 251 ◦ blue 255

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

Shades of Aqua #01FBFF

Tints of Aqua #01FBFF

RGB

 RED value IS 1 (0.78% from 255) = 0.2%

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

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

R = 0.2%
G = 49.51%
B = 50.3%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01FBFF (or 0x01FBFF) is known color: Aqua. HEX triplet: 01, FB and FF. RGB value is (1,251,255). Sum of RGB (Red+Green+Blue) = 1+251+255=507 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #01FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FBFF is #FE0400. Grayscale: #B0B0B0. Windows color (decimal): -16647169 or 16775937. OLE color: 16775937.

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

Color convert

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

Color Harmonies of #01FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FBFF

Black with #01FBFF

Text Example


Text Example

White with #01FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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