Html Css Color HEX #06F1FC Aqua

📋 copy color: '#06F1FC'

red 6 ◦ green 241 ◦ blue 252

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

Shades of Aqua #06F1FC

Tints of Aqua #06F1FC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.3%

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 1.2%
G = 48.3%
B = 50.5%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#06F1FC (or 0x06F1FC) is known color: Aqua. HEX triplet: 06, F1 and FC. RGB value is (6,241,252). Sum of RGB (Red+Green+Blue) = 6+241+252=499 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #06F1FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F1FC is #F90E03. Grayscale: #ABABAB. Windows color (decimal): -16322052 or 16576774. OLE color: 16576774.

HSL color Cylindrical-coordinate representation of color #06F1FC: hue angle of 182.68º 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 #06F1FC is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 241 252 -
CMYK 0.98 0.04 0 0.01
HSL 182.68º 0.98% 0.51% -
HSV(B) 182.68º 0.98% 0.99% -
XYZ 49.1 69.98 103.01 -
YUV 171.99 173.14 9.61 -
System Red Green Blue C M Y K H S L
Decimal 6 241 252 0.98 0.04 0 0.01 182.68 0.98 0.51
Hex 6 F1 FC 62 4 0 1 B7 62 33
Octal 6 361 374 142 4 0 1 267 142 63
Binary 110 11110001 11111100 1100010 100 0 1 10110111 1100010 110011

Color Harmonies of #06F1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F1FC

Black with #06F1FC

Text Example


Text Example

White with #06F1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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