Html Css Color HEX #0FFBF7 Aqua

📋 copy color: '#0FFBF7'

red 15 ◦ green 251 ◦ blue 247

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

Shades of Aqua #0FFBF7

Tints of Aqua #0FFBF7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

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

R = 2.92%
G = 48.93%
B = 48.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#0FFBF7 (or 0x0FFBF7) is known color: Aqua. HEX triplet: 0F, FB and F7. RGB value is (15,251,247). Sum of RGB (Red+Green+Blue) = 15+251+247=513 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.92% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBF7 is #F00408. Grayscale: #B3B3B3. Windows color (decimal): -15729673 or 16251663. OLE color: 16251663.

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

Color convert

RGB 15 251 247 -
CMYK 0.94 0 0.02 0.02
HSL 178.98º 0.97% 0.52% -
HSV(B) 178.98º 0.94% 0.98% -
XYZ 51.48 75.81 99.92 -
YUV 179.98 165.81 10.33 -
System Red Green Blue C M Y K H S L
Decimal 15 251 247 0.94 0 0.02 0.02 178.98 0.97 0.52
Hex F FB F7 5E 0 2 2 B3 61 34
Octal 17 373 367 136 0 2 2 263 141 64
Binary 1111 11111011 11110111 1011110 0 10 10 10110011 1100001 110100

Color Harmonies of #0FFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBF7

Black with #0FFBF7

Text Example


Text Example

White with #0FFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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