Html Css Color HEX #0FEFF9 Aqua

📋 copy color: '#0FEFF9'

red 15 ◦ green 239 ◦ blue 249

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

Shades of Aqua #0FEFF9

Tints of Aqua #0FEFF9

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0FEFF9: hue angle of 182.56º 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 #0FEFF9 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 239 249 -
CMYK 0.94 0.04 0 0.02
HSL 182.56º 0.95% 0.52% -
HSV(B) 182.56º 0.94% 0.98% -
XYZ 48.16 68.67 100.34 -
YUV 173.16 170.79 15.19 -
System Red Green Blue C M Y K H S L
Decimal 15 239 249 0.94 0.04 0 0.02 182.56 0.95 0.52
Hex F EF F9 5E 4 0 2 B7 5F 34
Octal 17 357 371 136 4 0 2 267 137 64
Binary 1111 11101111 11111001 1011110 100 0 10 10110111 1011111 110100

Color Harmonies of #0FEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFF9

Black with #0FEFF9

Text Example


Text Example

White with #0FEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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