Html Css Color HEX #07EFF8 Aqua

📋 copy color: '#07EFF8'

red 7 ◦ green 239 ◦ blue 248

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

Shades of Aqua #07EFF8

Tints of Aqua #07EFF8

RGB

 RED value IS 7 (3.13% from 255) = 1.42%

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

 BLUE value IS 248 (97.27% from 255) = 50.2%

R = 1.42%
G = 48.38%
B = 50.2%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#07EFF8 (or 0x07EFF8) is known color: Aqua. HEX triplet: 07, EF and F8. RGB value is (7,239,248). Sum of RGB (Red+Green+Blue) = 7+239+248=494 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #07EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFF8 is #F81007. Grayscale: #AAAAAA. Windows color (decimal): -16257032 or 16314119. OLE color: 16314119.

HSL color Cylindrical-coordinate representation of color #07EFF8: hue angle of 182.24º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EFF8 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 239 248 -
CMYK 0.97 0.04 0 0.03
HSL 182.24º 0.95% 0.5% -
HSV(B) 182.24º 0.97% 0.97% -
XYZ 47.9 68.56 99.52 -
YUV 170.66 171.64 11.27 -
System Red Green Blue C M Y K H S L
Decimal 7 239 248 0.97 0.04 0 0.03 182.24 0.95 0.5
Hex 7 EF F8 61 4 0 3 B6 5F 32
Octal 7 357 370 141 4 0 3 266 137 62
Binary 111 11101111 11111000 1100001 100 0 11 10110110 1011111 110010

Color Harmonies of #07EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFF8

Black with #07EFF8

Text Example


Text Example

White with #07EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07EFF8; }

 p { color: rgb(7,239,248); }

 H1.HeaderClassName
 {
   color: #07EFF8;
 }
 .AnyTagClassName
 {
   color: #07EFF8;
 }
</style>

background-color css

<style>
 a { background-color: #07EFF8; }

 a { background-color: rgb(7,239,248); }

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

border-color css

<style>
 span { border-color: #07EFF8; }

 span { border-color: rgb(7,239,248); }

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