Html Css Color HEX #08EFF8 Aqua

📋 copy color: '#08EFF8'

red 8 ◦ green 239 ◦ blue 248

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

Shades of Aqua #08EFF8

Tints of Aqua #08EFF8

RGB

 RED value IS 8 (3.52% from 255) = 1.62%

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

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

R = 1.62%
G = 48.28%
B = 50.1%

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

#08EFF8 (or 0x08EFF8) is known color: Aqua. HEX triplet: 08, EF and F8. RGB value is (8,239,248). Sum of RGB (Red+Green+Blue) = 8+239+248=495 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.62% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #08EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08EFF8 is #F71007. Grayscale: #AAAAAA. Windows color (decimal): -16191496 or 16314120. OLE color: 16314120.

HSL color Cylindrical-coordinate representation of color #08EFF8: hue angle of 182.25º degrees, saturation: 0.94, 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 #08EFF8 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 8 239 248 -
CMYK 0.97 0.04 0 0.03
HSL 182.25º 0.94% 0.5% -
HSV(B) 182.25º 0.97% 0.97% -
XYZ 47.91 68.56 99.52 -
YUV 170.96 171.47 11.77 -
System Red Green Blue C M Y K H S L
Decimal 8 239 248 0.97 0.04 0 0.03 182.25 0.94 0.5
Hex 8 EF F8 61 4 0 3 B6 5E 32
Octal 10 357 370 141 4 0 3 266 136 62
Binary 1000 11101111 11111000 1100001 100 0 11 10110110 1011110 110010

Color Harmonies of #08EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EFF8

Black with #08EFF8

Text Example


Text Example

White with #08EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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