Html Css Color HEX #0FFAF7 Aqua

📋 copy color: '#0FFAF7'

red 15 ◦ green 250 ◦ blue 247

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

Shades of Aqua #0FFAF7

Tints of Aqua #0FFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 2.93%
G = 48.83%
B = 48.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#0FFAF7 (or 0x0FFAF7) is known color: Aqua. HEX triplet: 0F, FA and F7. RGB value is (15,250,247). Sum of RGB (Red+Green+Blue) = 15+250+247=512 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.93% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAF7 is #F00508. Grayscale: #B3B3B3. Windows color (decimal): -15729929 or 16251407. OLE color: 16251407.

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

Color convert

RGB 15 250 247 -
CMYK 0.94 0 0.01 0.02
HSL 179.23º 0.96% 0.52% -
HSV(B) 179.23º 0.94% 0.98% -
XYZ 51.17 75.19 99.81 -
YUV 179.39 166.14 10.74 -
System Red Green Blue C M Y K H S L
Decimal 15 250 247 0.94 0 0.01 0.02 179.23 0.96 0.52
Hex F FA F7 5E 0 1 2 B3 60 34
Octal 17 372 367 136 0 1 2 263 140 64
Binary 1111 11111010 11110111 1011110 0 1 10 10110011 1100000 110100

Color Harmonies of #0FFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAF7

Black with #0FFAF7

Text Example


Text Example

White with #0FFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,247); }

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

background-color css

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

 a { background-color: rgb(15,250,247); }

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

border-color css

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

 span { border-color: rgb(15,250,247); }

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