Html Css Color HEX #06FCFB Aqua

📋 copy color: '#06FCFB'

red 6 ◦ green 252 ◦ blue 251

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

Shades of Aqua #06FCFB

Tints of Aqua #06FCFB

RGB

 RED value IS 6 (2.73% from 255) = 1.18%

 GREEN value IS 252 (98.83% from 255) = 49.51%

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 1.18%
G = 49.51%
B = 49.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#06FCFB (or 0x06FCFB) is known color: Aqua. HEX triplet: 06, FC and FB. RGB value is (6,252,251). Sum of RGB (Red+Green+Blue) = 6+252+251=509 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.18% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FCFB is #F90304. Grayscale: #B2B2B2. Windows color (decimal): -16319237 or 16514054. OLE color: 16514054.

HSL color Cylindrical-coordinate representation of color #06FCFB: hue angle of 179.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FCFB is Cyan = 0.98, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 252 251 -
CMYK 0.98 0 0.00 0.01
HSL 179.76º 0.98% 0.51% -
HSV(B) 179.76º 0.98% 0.99% -
XYZ 52.3 76.62 103.3 -
YUV 178.33 169 5.08 -
System Red Green Blue C M Y K H S L
Decimal 6 252 251 0.98 0 0.00 0.01 179.76 0.98 0.51
Hex 6 FC FB 62 0 0 1 B4 62 33
Octal 6 374 373 142 0 0 1 264 142 63
Binary 110 11111100 11111011 1100010 0 0 1 10110100 1100010 110011

Color Harmonies of #06FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCFB

Black with #06FCFB

Text Example


Text Example

White with #06FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FCFB; }

 p { color: rgb(6,252,251); }

 H1.HeaderClassName
 {
   color: #06FCFB;
 }
 .AnyTagClassName
 {
   color: #06FCFB;
 }
</style>

background-color css

<style>
 a { background-color: #06FCFB; }

 a { background-color: rgb(6,252,251); }

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

border-color css

<style>
 span { border-color: #06FCFB; }

 span { border-color: rgb(6,252,251); }

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