Html Css Color HEX #06FBF2 Aqua

📋 copy color: '#06FBF2'

red 6 ◦ green 251 ◦ blue 242

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

Shades of Aqua #06FBF2

Tints of Aqua #06FBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 1.2%
G = 50.3%
B = 48.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#06FBF2 (or 0x06FBF2) is known color: Aqua. HEX triplet: 06, FB and F2. RGB value is (6,251,242). Sum of RGB (Red+Green+Blue) = 6+251+242=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #06FBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FBF2 is #F9040D. Grayscale: #B0B0B0. Windows color (decimal): -16319502 or 15923974. OLE color: 15923974.

HSL color Cylindrical-coordinate representation of color #06FBF2: hue angle of 177.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FBF2 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 251 242 -
CMYK 0.98 0 0.04 0.02
HSL 177.8º 0.97% 0.5% -
HSV(B) 177.8º 0.98% 0.98% -
XYZ 50.6 75.44 95.9 -
YUV 176.72 164.83 6.23 -
System Red Green Blue C M Y K H S L
Decimal 6 251 242 0.98 0 0.04 0.02 177.8 0.97 0.5
Hex 6 FB F2 62 0 4 2 B2 61 32
Octal 6 373 362 142 0 4 2 262 141 62
Binary 110 11111011 11110010 1100010 0 100 10 10110010 1100001 110010

Color Harmonies of #06FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FBF2

Black with #06FBF2

Text Example


Text Example

White with #06FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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