Html Css Color HEX #0FF9EF Aqua

📋 copy color: '#0FF9EF'

red 15 ◦ green 249 ◦ blue 239

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

Shades of Aqua #0FF9EF

Tints of Aqua #0FF9EF

RGB

 RED value IS 15 (6.25% from 255) = 2.98%

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 2.98%
G = 49.5%
B = 47.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#0FF9EF (or 0x0FF9EF) is known color: Aqua. HEX triplet: 0F, F9 and EF. RGB value is (15,249,239). Sum of RGB (Red+Green+Blue) = 15+249+239=503 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF9EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF9EF is #F00610. Grayscale: #B1B1B1. Windows color (decimal): -15730193 or 15726863. OLE color: 15726863.

HSL color Cylindrical-coordinate representation of color #0FF9EF: hue angle of 177.44º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF9EF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 239 -
CMYK 0.94 0 0.04 0.02
HSL 177.44º 0.95% 0.52% -
HSV(B) 177.44º 0.94% 0.98% -
XYZ 49.65 74.08 93.34 -
YUV 177.89 162.48 11.81 -
System Red Green Blue C M Y K H S L
Decimal 15 249 239 0.94 0 0.04 0.02 177.44 0.95 0.52
Hex F F9 EF 5E 0 4 2 B1 5F 34
Octal 17 371 357 136 0 4 2 261 137 64
Binary 1111 11111001 11101111 1011110 0 100 10 10110001 1011111 110100

Color Harmonies of #0FF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF9EF

Black with #0FF9EF

Text Example


Text Example

White with #0FF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF9EF; }

 p { color: rgb(15,249,239); }

 H1.HeaderClassName
 {
   color: #0FF9EF;
 }
 .AnyTagClassName
 {
   color: #0FF9EF;
 }
</style>

background-color css

<style>
 a { background-color: #0FF9EF; }

 a { background-color: rgb(15,249,239); }

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

border-color css

<style>
 span { border-color: #0FF9EF; }

 span { border-color: rgb(15,249,239); }

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