Html Css Color HEX #05EFF2 Aqua

📋 copy color: '#05EFF2'

red 5 ◦ green 239 ◦ blue 242

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

Shades of Aqua #05EFF2

Tints of Aqua #05EFF2

RGB

 RED value IS 5 (2.34% from 255) = 1.03%

 GREEN value IS 239 (93.75% from 255) = 49.18%

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

R = 1.03%
G = 49.18%
B = 49.79%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#05EFF2 (or 0x05EFF2) is known color: Aqua. HEX triplet: 05, EF and F2. RGB value is (5,239,242). Sum of RGB (Red+Green+Blue) = 5+239+242=486 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #05EFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EFF2 is #FA100D. Grayscale: #A9A9A9. Windows color (decimal): -16388110 or 15920901. OLE color: 15920901.

HSL color Cylindrical-coordinate representation of color #05EFF2: hue angle of 180.76º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFF2 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 239 242 -
CMYK 0.98 0.01 0 0.05
HSL 180.76º 0.96% 0.48% -
HSV(B) 180.76º 0.98% 0.95% -
XYZ 46.96 68.18 94.69 -
YUV 169.38 168.98 10.76 -
System Red Green Blue C M Y K H S L
Decimal 5 239 242 0.98 0.01 0 0.05 180.76 0.96 0.48
Hex 5 EF F2 62 1 0 5 B5 60 30
Octal 5 357 362 142 1 0 5 265 140 60
Binary 101 11101111 11110010 1100010 1 0 101 10110101 1100000 110000

Color Harmonies of #05EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFF2

Black with #05EFF2

Text Example


Text Example

White with #05EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05EFF2; }

 p { color: rgb(5,239,242); }

 H1.HeaderClassName
 {
   color: #05EFF2;
 }
 .AnyTagClassName
 {
   color: #05EFF2;
 }
</style>

background-color css

<style>
 a { background-color: #05EFF2; }

 a { background-color: rgb(5,239,242); }

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

border-color css

<style>
 span { border-color: #05EFF2; }

 span { border-color: rgb(5,239,242); }

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