Html Css Color HEX #06F2FD Aqua

📋 copy color: '#06F2FD'

red 6 ◦ green 242 ◦ blue 253

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

Shades of Aqua #06F2FD

Tints of Aqua #06F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 253 (99.22% 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

#06F2FD (or 0x06F2FD) is known color: Aqua. HEX triplet: 06, F2 and FD. RGB value is (6,242,253). Sum of RGB (Red+Green+Blue) = 6+242+253=501 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #06F2FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F2FD is #F90D02. Grayscale: #ACACAC. Windows color (decimal): -16321795 or 16642566. OLE color: 16642566.

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

Color convert

RGB 6 242 253 -
CMYK 0.98 0.04 0 0.01
HSL 182.67º 0.98% 0.51% -
HSV(B) 182.67º 0.98% 0.99% -
XYZ 49.56 70.63 103.95 -
YUV 172.69 173.31 9.11 -
System Red Green Blue C M Y K H S L
Decimal 6 242 253 0.98 0.04 0 0.01 182.67 0.98 0.51
Hex 6 F2 FD 62 4 0 1 B7 62 33
Octal 6 362 375 142 4 0 1 267 142 63
Binary 110 11110010 11111101 1100010 100 0 1 10110111 1100010 110011

Color Harmonies of #06F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F2FD

Black with #06F2FD

Text Example


Text Example

White with #06F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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