Html Css Color HEX #08F9FF Aqua

📋 copy color: '#08F9FF'

red 8 ◦ green 249 ◦ blue 255

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

Shades of Aqua #08F9FF

Tints of Aqua #08F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 1.56%
G = 48.63%
B = 49.8%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#08F9FF (or 0x08F9FF) is known color: Aqua. HEX triplet: 08, F9 and FF. RGB value is (8,249,255). Sum of RGB (Red+Green+Blue) = 8+249+255=512 (67% of max value = 765). Red value is 8 (3.52% from 255 or 1.56% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #08F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08F9FF is #F70600. Grayscale: #B1B1B1. Windows color (decimal): -16188929 or 16775432. OLE color: 16775432.

HSL color Cylindrical-coordinate representation of color #08F9FF: hue angle of 181.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F9FF is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 249 255 -
CMYK 0.97 0.02 0 0
HSL 181.46º 1% 0.52% -
HSV(B) 181.46º 0.97% 1% -
XYZ 52.03 75.02 106.35 -
YUV 177.63 171.66 7.01 -
System Red Green Blue C M Y K H S L
Decimal 8 249 255 0.97 0.02 0 0 181.46 1 0.52
Hex 8 F9 FF 61 2 0 0 B5 64 34
Octal 10 371 377 141 2 0 0 265 144 64
Binary 1000 11111001 11111111 1100001 10 0 0 10110101 1100100 110100

Color Harmonies of #08F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F9FF

Black with #08F9FF

Text Example


Text Example

White with #08F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,249,255); }

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

background-color css

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

 a { background-color: rgb(8,249,255); }

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

border-color css

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

 span { border-color: rgb(8,249,255); }

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