Html Css Color HEX #05EFFC Aqua

📋 copy color: '#05EFFC'

red 5 ◦ green 239 ◦ blue 252

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

Shades of Aqua #05EFFC

Tints of Aqua #05EFFC

RGB

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

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

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

R = 1.01%
G = 48.19%
B = 50.81%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05EFFC (or 0x05EFFC) is known color: Aqua. HEX triplet: 05, EF and FC. RGB value is (5,239,252). Sum of RGB (Red+Green+Blue) = 5+239+252=496 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.01% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #05EFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EFFC is #FA1003. Grayscale: #AAAAAA. Windows color (decimal): -16388100 or 16576261. OLE color: 16576261.

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

Color convert

RGB 5 239 252 -
CMYK 0.98 0.05 0 0.01
HSL 183.16º 0.98% 0.5% -
HSV(B) 183.16º 0.98% 0.99% -
XYZ 48.5 68.79 102.82 -
YUV 170.52 173.98 9.94 -
System Red Green Blue C M Y K H S L
Decimal 5 239 252 0.98 0.05 0 0.01 183.16 0.98 0.5
Hex 5 EF FC 62 5 0 1 B7 62 32
Octal 5 357 374 142 5 0 1 267 142 62
Binary 101 11101111 11111100 1100010 101 0 1 10110111 1100010 110010

Color Harmonies of #05EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFFC

Black with #05EFFC

Text Example


Text Example

White with #05EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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