Html Css Color HEX #06E1FF Aqua

📋 copy color: '#06E1FF'

red 6 ◦ green 225 ◦ blue 255

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

Shades of Aqua #06E1FF

Tints of Aqua #06E1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

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

R = 1.23%
G = 46.3%
B = 52.47%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06E1FF (or 0x06E1FF) is known color: Aqua. HEX triplet: 06, E1 and FF. RGB value is (6,225,255). Sum of RGB (Red+Green+Blue) = 6+225+255=486 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #06E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E1FF is #F91E00. Grayscale: #A2A2A2. Windows color (decimal): -16326145 or 16769286. OLE color: 16769286.

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

Color convert

RGB 6 225 255 -
CMYK 0.98 0.12 0 0
HSL 187.23º 1% 0.51% -
HSV(B) 187.23º 0.98% 1% -
XYZ 45.05 61.11 104.03 -
YUV 162.94 179.95 16.06 -
System Red Green Blue C M Y K H S L
Decimal 6 225 255 0.98 0.12 0 0 187.23 1 0.51
Hex 6 E1 FF 62 C 0 0 BB 64 33
Octal 6 341 377 142 14 0 0 273 144 63
Binary 110 11100001 11111111 1100010 1100 0 0 10111011 1100100 110011

Color Harmonies of #06E1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E1FF

Black with #06E1FF

Text Example


Text Example

White with #06E1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,225,255); }

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

background-color css

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

 a { background-color: rgb(6,225,255); }

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

border-color css

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

 span { border-color: rgb(6,225,255); }

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